From 2b84ce79a98b3316a8dfee65f5c045df3875fbf3 Mon Sep 17 00:00:00 2001 From: Rexredinger Date: Mon, 12 Sep 2022 15:20:58 -0400 Subject: [PATCH] Fix test --- workspace_integration_test.go | 2 ++ 1 file changed, 2 insertions(+) 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) {