Skip to content

Commit

Permalink
chore: disable debug in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devsergiy committed May 10, 2024
1 parent 59a7c5a commit d1cdd1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3107,7 +3107,7 @@ func TestGraphQLDataSourceFederation(t *testing.T) {
},
DisableResolveFieldPositions: true,
Debug: plan.DebugConfiguration{
PrintPlanningPaths: true,
PrintPlanningPaths: false,
},
}

Expand Down

0 comments on commit d1cdd1f

Please sign in to comment.