Commit 6b1ea3dc authored by Jacob Vosmaer's avatar Jacob Vosmaer

Let the clone fail for the right reason

parent cfc3be2b
......@@ -57,7 +57,7 @@ func TestDeniedClone(t *testing.T) {
}
// Prepare test server and backend
ts := testAuthServer(403, "Denied")
ts := testAuthServer(403, `{"GL_ID":"user-123"}`)
defer ts.Close()
cmd, err := startServer(ts)
if err != nil {
......
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