Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Updated TestStopEnvironment() to set an empty StopEnvironmentOptions …
Browse files Browse the repository at this point in the history
…struct
  • Loading branch information
inputvalidation authored Dec 8, 2023
1 parent 32cd61a commit cf58b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func TestStopEnvironment(t *testing.T) {
"tier": "staging"
}`)
})
_, _, err := client.Environments.StopEnvironment(1, 1)
_, _, err := client.Environments.StopEnvironment(1, 1, &StopEnvironmentOptions{})
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit cf58b28

Please sign in to comment.