Skip to content

Commit

Permalink
Cleaning up changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hatboyzero committed Jun 26, 2024
1 parent 44aac81 commit 35b9fef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-daily-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
uses: ./.github/workflows/e2e-testing.yml
with:
environment: "fllm-e2e-aca-daily-${{ github.run_id }}"
deployOpenAi: false
deployOpenAi: true
openAiName: fllm-01
openAiResourceGroup: fllm-shared-01
location: EastUS2
notificationsEnabled: false
enableTeardown: false
notificationsEnabled: true
enableTeardown: true
bypassAndTeardown: false
target: sandbox
target: e2e
secrets: inherit
2 changes: 1 addition & 1 deletion tests/scripts/Remove-OAuthCallbackUris.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $uris = @{
}

foreach ($uri in $uris.GetEnumerator()) {
if ($uri -ne $null)
if ($uri.Value.endpoint -ne $null)
{
$applicationUri = "https://graph.microsoft.com/v1.0/applications/" + $uri.Value.objectId
$redirects = @(az rest `
Expand Down

0 comments on commit 35b9fef

Please sign in to comment.