diff --git a/tests/integration/utils.go b/tests/integration/utils.go index 8e425604d8..dfd3096bd3 100644 --- a/tests/integration/utils.go +++ b/tests/integration/utils.go @@ -114,7 +114,6 @@ func init() { // mutation type. mutationType = CollectionSaveMutationType } - mutationType = GQLRequestMutationType if value, ok := os.LookupEnv(viewTypeEnvName); ok { viewType = ViewType(value)