Added a param in the test case to find the current-context after stop

pull/4177/head
Himanshu Pandey 2019-05-03 16:18:36 -07:00
parent dd8d3cf900
commit e23a78489c
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ func TestStartStop(t *testing.T) {
t.Fatalf("Failed to fetch current-context")
}
if strings.TrimRight(string(currentContext), "\n") != "" {
t.Fatalf("Failed to unset the current-context")
t.Fatalf("Failed to unset the current-context %q", string(currentContext))
}
if err := util.Retry(t, checkStop, 5*time.Second, 6); err != nil {