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
  • Loading branch information
cben committed Nov 1, 2018
1 parent c72c393 commit cc27de3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc27de3

Please sign in to comment.