From ff277b6f3de2298333db62e7006785974da0d4a8 Mon Sep 17 00:00:00 2001 From: Islam Aleiv Date: Tue, 13 Aug 2024 16:14:40 +0200 Subject: [PATCH] Fix tests --- tests/integration/utils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/utils.go b/tests/integration/utils.go index 49921d8971..5e4600ef7c 100644 --- a/tests/integration/utils.go +++ b/tests/integration/utils.go @@ -106,7 +106,6 @@ func init() { if value, ok := os.LookupEnv(skipNetworkTestsEnvName); ok { skipNetworkTests, _ = strconv.ParseBool(value) } - mutationType = GQLRequestMutationType } // AssertPanic asserts that the code inside the specified PanicTestFunc panics.