We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e997228 commit 1d5b987Copy full SHA for 1d5b987
cmd/gateway_test.go
@@ -447,7 +447,7 @@ func TestGateway_HandleRPC_FallbackToHeader(t *testing.T) {
447
448
gateway.handleRPC(rr, req)
449
450
- // Should fail auth since auth service is unreachable
+ // Should fail auth since auth service is unreachable
451
assert.Equal(t, http.StatusInternalServerError, rr.Code)
452
// Path should remain unchanged
453
assert.Equal(t, "/api/method", req.URL.Path)
0 commit comments