Skip to content

Commit

Permalink
Fix test for New-DbaCredential (#9509)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasjordan authored Oct 14, 2024
1 parent 2de0339 commit c5674fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/New-DbaCredential.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Describe "$CommandName Integration Tests" -Tag "IntegrationTests" {
AfterAll {
try {
(Get-DbaCredential -SqlInstance $script:instance2 -Identity dbatoolsci_thor, dbatoolsci_thorsmomma -ErrorAction Stop -WarningAction SilentlyContinue).Drop()
(Get-DbaCredential -SqlInstance $script:instance2 -Name "https://mystorageaccount.blob.core.windows.net/mycontainer" -ErrorAction Stop -WarningAction SilentlyContinue).Drop()
} catch { }

foreach ($login in $logins) {
Expand Down

0 comments on commit c5674fc

Please sign in to comment.