Skip to content

Commit

Permalink
Adapt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlaverse committed Dec 18, 2017
1 parent 066138b commit 0b297cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/kubernetes_deploy_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_full_hello_cloud_set_deploy_succeeds
"Deploying ConfigMap/hello-cloud-configmap-data (timeout: 30s)",
"Hello from the command runner!", # unmanaged pod logs
"Result: SUCCESS",
"Successfully deployed 15 resources"
"Successfully deployed 17 resources"
], in_order: true)

assert_logs_match_all([
Expand Down Expand Up @@ -60,7 +60,7 @@ def test_pruning_works
'daemonset "ds-app"',
'statefulset "stateful-busybox"'
] # not necessarily listed in this order
expected_msgs = [/Pruned 7 resources and successfully deployed 4 resources/]
expected_msgs = [/Pruned 7 resources and successfully deployed 6 resources/]
expected_pruned.map do |resource|
expected_msgs << /The following resources were pruned:.*#{resource}/
end
Expand Down

0 comments on commit 0b297cf

Please sign in to comment.