Skip to content

Commit

Permalink
Merge pull request ManageIQ#297 from agrare/fix_test_assuming_default…
Browse files Browse the repository at this point in the history
…_zone

Fix spec assuming default zone
cben committed Oct 31, 2018
1 parent a87ef37 commit a6ee167
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -153,7 +153,7 @@
expect(job.target_class).to eq(image.class.name)
expect(job.target_id).to eq(image.id)
expect(job.type).to eq(ManageIQ::Providers::Kubernetes::ContainerManager::Scanning::Job.name)
expect(job.zone).to eq("default")
expect(job.zone).to eq(@ems.zone.name)
expect(job.userid).to eq("bob")
end
end

0 comments on commit a6ee167

Please sign in to comment.