Integration tests are passing ayooooooooooooooo

This commit is contained in:
Andrew Keesler
2020-09-23 12:47:04 -04:00
parent 6d047c151f
commit 0f8437bc3a
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -61,6 +61,7 @@ func TestKubeCertAgent(t *testing.T) {
"original agent pod len != current agent pod len: %s",
diff.ObjectDiff(originalAgentPods.Items, currentAgentPods.Items),
)
return false
}
sortPods(currentAgentPods)