Skip to content

Commit

Permalink
Remove last reference to testServiceName
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Shah committed Jun 11, 2016
1 parent 241b8d2 commit df46036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats_test.go
Expand Up @@ -99,7 +99,7 @@ func TestStatsCalls(t *testing.T) {
ctx, cancel := NewContext(time.Second * 5)
defer cancel()

_, _, resp, err := raw.Call(ctx, ch, hostPort, testServiceName, tt.method, nil, nil)
_, _, resp, err := raw.Call(ctx, ch, hostPort, testutils.DefaultServerName, tt.method, nil, nil)
require.NoError(t, err, "Call(%v) should fail", tt.method)
assert.Equal(t, tt.wantErr, resp.ApplicationError(), "Call(%v) check application error")

Expand Down

0 comments on commit df46036

Please sign in to comment.