Skip to content

Commit

Permalink
SCALRCORE-23652 fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
DayS1eeper committed Oct 12, 2022
1 parent 4ba8114 commit dd4a592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalr/resource_scalr_workspace_test.go
Expand Up @@ -484,7 +484,7 @@ func testAccCheckScalrWorkspaceRename(environmentName, workspaceName string) fun
w, err := scalrClient.Workspaces.Update(
context.Background(),
ws.ID,
scalr.WorkspaceUpdateOptions{Name: scalr.String("renamed-out-of-band")},
scalr.WorkspaceUpdateOptions{Name: scalr.String("renamed-out-of-band"), AutoQueueRuns: scalr.Bool(true)},
)
if err != nil {
log.Fatalf("Could not rename the workspace out of band: %v", err)
Expand Down

0 comments on commit dd4a592

Please sign in to comment.