Skip to content

Commit 72cd7b0

Browse files
committed
[wip] sigh
1 parent 6456f0c commit 72cd7b0

File tree

1 file changed

+1
-1
lines changed
  • test/integration/instance_with_config_file/controls

1 file changed

+1
-1
lines changed

test/integration/instance_with_config_file/controls/docker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
end
5050

5151
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?"
52+
expect(mounts).to eq "something amazing, who knows?"
5353
fs = mounts.select { |m| m.Source.match(/config/) }
5454
expect(fs.count).to eq host_path_volume_definitions.count
5555
host_path_volume_definitions.each_with_index do |vd, i|

0 commit comments

Comments
 (0)