Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Nov 30, 2022
1 parent 579db78 commit 960c423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/grpc/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestConfigBlockTrue(t *testing.T) {
Name: "hello",
})

assert.ErrorContains(t, err, "missing address")
assert.ErrorContains(t, err, "code = Unavailable desc = last connection error")
assert.Nil(t, res)
})
}
Expand Down

0 comments on commit 960c423

Please sign in to comment.