Skip to content

Commit

Permalink
spell
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Aug 2, 2022
1 parent 81fcfee commit 487f0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tenancy/grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func TestClientUnaryInterceptor(t *testing.T) {
return fakeErr
}
ctx := WithTenant(context.Background(), "acme")
err := interceptor(ctx, "method", "request", "responce", nil, invoker)
err := interceptor(ctx, "method", "request", "response", nil, invoker)
assert.Equal(t, "acme", tenant)
assert.Same(t, fakeErr, err)
}

0 comments on commit 487f0d4

Please sign in to comment.