diff --git a/workspace_integration_test.go b/workspace_integration_test.go index bb187420d..3f75c013c 100644 --- a/workspace_integration_test.go +++ b/workspace_integration_test.go @@ -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) {