Skip to content
Snippets Groups Projects
Commit 9418a4c1 authored by Michał Bień's avatar Michał Bień
Browse files

fixed janitor tests part 4

parent 8032200b
Branches
Tags
No related merge requests found
......@@ -75,6 +75,8 @@ func TestReadinessServiceServer_CheckIfReady(t *testing.T) {
p := int32(3)
depl.Status.ReadyReplicas = p
_, _ = client.ExtensionsV1beta1().Deployments("test-namespace").Update(&depl)
res, err = server.CheckIfReady(context.Background(), &req)
if err != nil || res.Status != v1.Status_PENDING {
t.Fail()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment