mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
print the name of invalid host to help to fix the bug
This commit is contained in:
parent
4def5add11
commit
a78eeebe2d
@ -31,7 +31,7 @@ func TestParseServerURIGood(t *testing.T) {
|
||||
|
||||
reference := "127.0.0.1:2379"
|
||||
if host != reference {
|
||||
t.Fatal("server uri was not parsed correctly")
|
||||
t.Fatalf("server uri was not parsed correctly, host %s was invalid", host)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user