Skip to content

Commit 1d5b987

Browse files
committed
Format code.
1 parent e997228 commit 1d5b987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gateway_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ func TestGateway_HandleRPC_FallbackToHeader(t *testing.T) {
447447

448448
gateway.handleRPC(rr, req)
449449

450-
// Should fail auth since auth service is unreachable
450+
// Should fail auth since auth service is unreachable
451451
assert.Equal(t, http.StatusInternalServerError, rr.Code)
452452
// Path should remain unchanged
453453
assert.Equal(t, "/api/method", req.URL.Path)

0 commit comments

Comments
 (0)