Skip to content

Commit 86befda

Browse files
committed
Fix test
1 parent ecac4e5 commit 86befda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workspace_integration_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,8 @@ func TestWorkspacesUpdate(t *testing.T) {
717717
orgTest, orgTestCleanup := createOrganization(t, client)
718718
defer orgTestCleanup()
719719

720+
upgradeOrganizationSubscription(t, client, orgTest)
721+
720722
wTest, _ := createWorkspace(t, client, orgTest)
721723

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

0 commit comments

Comments
 (0)