Skip to content

Commit

Permalink
fix that
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Oct 21, 2024
1 parent 08fcd74 commit 9eff643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Connect-DbaInstance.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Describe "$commandname Integration Tests" -Tags "IntegrationTests" {

Context "connection is properly made using a connection string" {
BeforeAll {
$server = Connect-DbaInstance -SqlInstance "Data Source=$TestConfig.instance1;Initial Catalog=tempdb;Integrated Security=True"
$server = Connect-DbaInstance -SqlInstance "Data Source=$($TestConfig.instance1);Initial Catalog=tempdb;Integrated Security=True"
}

It "returns the proper name" {
Expand Down

0 comments on commit 9eff643

Please sign in to comment.