Skip to content

Commit

Permalink
PR: Remove the line that overwrites mutation type to gql
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadlone committed Nov 21, 2024
1 parent cdc5738 commit 8621df8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ func init() {
// mutation type.
mutationType = CollectionSaveMutationType
}
mutationType = GQLRequestMutationType

if value, ok := os.LookupEnv(viewTypeEnvName); ok {
viewType = ViewType(value)
Expand Down

0 comments on commit 8621df8

Please sign in to comment.