Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rexredinger committed Sep 12, 2022
1 parent a501448 commit 2b84ce7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workspace_integration_test.go
Expand Up @@ -669,6 +669,8 @@ func TestWorkspacesUpdate(t *testing.T) {
orgTest, orgTestCleanup := createOrganization(t, client)
defer orgTestCleanup()

upgradeOrganizationSubscription(t, client, orgTest)

wTest, _ := createWorkspace(t, client, orgTest)

t.Run("when updating a subset of values", func(t *testing.T) {
Expand Down

0 comments on commit 2b84ce7

Please sign in to comment.