Skip to content

graphqlbackend: fix tests what are not printing the actual error

Administrator requested to merge jc/26507-followup into main

Created by: unknwon

Followup of https://github.com/sourcegraph/sourcegraph/pull/26507#discussion_r735614592.

#{err} is a static string in Go, it does not infer the value of err variable.

Merge request reports

Loading