We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6456f0c commit 72cd7b0Copy full SHA for 72cd7b0
test/integration/instance_with_config_file/controls/docker.rb
@@ -49,7 +49,7 @@
49
end
50
51
it "should have the right number of hostPath disks on the right mount points" do
52
- expect(mounts.Source).to eq "something amazing, who knows?"
+ expect(mounts).to eq "something amazing, who knows?"
53
fs = mounts.select { |m| m.Source.match(/config/) }
54
expect(fs.count).to eq host_path_volume_definitions.count
55
host_path_volume_definitions.each_with_index do |vd, i|
0 commit comments