Skip to content
Snippets Groups Projects
Commit e54d68d3 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Add missing format string argument

parent 065f2c7e
No related branches found
No related tags found
1 merge request!157Don't append error messages to Git response body
Pipeline #
Loading
Loading
@@ -63,7 +63,7 @@ func TestGetInfoRefsProxiedToGitalySuccessfully(t *testing.T) {
_, body := httpGet(t, ws.URL+resource)
 
expectedContent := string(testhelper.GitalyInfoRefsResponseMock)
assert.Equal(t, expectedContent, body, "GET %q: response body")
assert.Equal(t, expectedContent, body, "GET %q: response body", resource)
}
 
func TestPostReceivePackProxiedToGitalySuccessfully(t *testing.T) {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment