Skip to content

Commit

Permalink
Remove environments from worker tests
Browse files Browse the repository at this point in the history
As workers dont have environments
  • Loading branch information
matt-richardson committed Apr 12, 2020
1 parent b67fb70 commit 5063e64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Tests/Scenarios/Tentacle_Scenario_01_Install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ Configuration Tentacle_Scenario_01_Install
# Registration - all parameters required
ApiKey = $ApiKey;
OctopusServerUrl = $OctopusServerUrl;
Environments = $Environments;
Roles = $Roles;

# Optional settings
Expand Down
2 changes: 0 additions & 2 deletions Tests/Scenarios/Tentacle_Scenario_02_Remove.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ Configuration Tentacle_Scenario_02_Remove
# Registration - all parameters required
ApiKey = $ApiKey;
OctopusServerUrl = $OctopusServerUrl;
Environments = $Environments;
Roles = $Roles;

# Optional settings
Expand Down Expand Up @@ -120,7 +119,6 @@ Configuration Tentacle_Scenario_02_Remove
# Registration - all parameters required
ApiKey = $ApiKey;
OctopusServerUrl = $OctopusServerUrl;
Environments = $Environments;
Roles = $Roles;

# Optional settings
Expand Down

0 comments on commit 5063e64

Please sign in to comment.