Skip to content

Commit

Permalink
llez see (do Copy-DbaAgentProxy)
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Oct 17, 2024
1 parent 45c4b99 commit 50a0077
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/Copy-DbaAgentProxy.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
param($ModuleName = 'dbatools')
. "$PSScriptRoot\constants.ps1"

Describe "Copy-DbaAgentProxy" {
Context "Validate parameters" {
Expand Down Expand Up @@ -33,9 +34,6 @@ Describe "Copy-DbaAgentProxy" {
}

Describe "Copy-DbaAgentProxy Integration Tests" -Tag "IntegrationTests" {
BeforeDiscovery {
. "$PSScriptRoot\constants.ps1"
}

BeforeAll {
$server = Connect-DbaInstance -SqlInstance $script:instance2
Expand Down

0 comments on commit 50a0077

Please sign in to comment.