Skip to content

Commit 8b3b089

Browse files
committed
Adjusted rspec test
1 parent 047f484 commit 8b3b089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bourreau/spec/boutiques/boutiques_tester_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
# It properly escapes environment variables
186186
# Note that we only have to worry about inappropriate values that are still valid JSON
187187
it "escapes environment variables" do
188-
expect( @task.cluster_commands[1] ).to eq("export ev2='ta- 9\"'\\''_%^&$@]['")
188+
expect( @task.cluster_commands[1] ).to eq("export ev2='ta- 9\"\\'\\''_%^&$@]['")
189189
end
190190

191191
end

0 commit comments

Comments
 (0)