未验证 提交 09a28e16 编写于 作者: J Jimmi Dyson

Update dashboard integration test wrong port error message

上级 b64ad5c4
......@@ -95,7 +95,7 @@ func TestDashboard(t *testing.T) {
}
if svc.Spec.Ports[0].NodePort != 30000 {
return fmt.Errorf("Dashboard is not exposed on port %d", svc.Spec.Ports[0].NodePort)
return fmt.Errorf("Dashboard is exposed on wrong port, expected 30000, actual %d", svc.Spec.Ports[0].NodePort)
}
return nil
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册