Skip to content

Commit 1efd1c2

Browse files
bastelfreakaustb
authored andcommitted
CI: Cleanup linux integration tests
This fixes a regression introduced in 573cdb5 / #28. We run bolt on a couple of containers and valid the resultset. A Puppet 6 container was removed, but the test still expected the result from that. This wasn't noticed in CI, because the tests were only executed when specific files changed, and that wasn't triggered in this specific case. We cleaned up CI and all jobs now run always.
1 parent 0e24354 commit 1efd1c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/integration/container_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
users = result.map do |hash|
3939
hash.dig('value', 'report', 'resource_statuses').keys
4040
end.flatten
41-
expect(users).to eq(["Notify[root\n]", "Notify[root\n]"])
41+
expect(users).to eq(["Notify[root\n]"])
4242
end
4343
end
4444
end

0 commit comments

Comments
 (0)