Commit d109459a authored by Jacob Vosmaer's avatar Jacob Vosmaer

Explain 502

parent 085e5087
......@@ -145,6 +145,7 @@ func TestUploadHandlerForUnsupportedArchive(t *testing.T) {
writer.Close()
response := testUploadArtifacts(writer.FormDataContentType(), &buffer, t, ts)
// 502 is a custom response code from the mock server in testUploadArtifacts
testhelper.AssertResponseCode(t, response, 502)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment