Skip to content

Commit

Permalink
SCALRCORE-18479 > Update tests [API_BRANCH]
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Vang committed Jun 23, 2021
1 parent e070056 commit 8fa8493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workspace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ func TestWorkspacesCreate(t *testing.T) {
assert.NotEmpty(t, item.ID)
assert.Equal(t, *options.Name, item.Name)
assert.Equal(t, *options.AutoApply, item.AutoApply)
assert.Equal(t, false, item.HasActiveState)
assert.Equal(t, *options.Operations, item.Operations)
assert.Equal(t, *options.TerraformVersion, item.TerraformVersion)
assert.Equal(t, *options.WorkingDirectory, item.WorkingDirectory)
Expand Down

0 comments on commit 8fa8493

Please sign in to comment.