Skip to content

Commit 38c3cb8

Browse files
committed
Fix test
1 parent 918dbad commit 38c3cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/rake_tasks_request_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class RakeTasksRequestTest < ActionDispatch::IntegrationTest
3939
def mock_task.id
4040
"some_identifier"
4141
end
42-
mock_task.expect :call, OpenStruct.new(id: "1234_path"), [{args: "1,2,3", environment: "FOO=bar"}]
42+
mock_task.expect(:call, OpenStruct.new(id: "1234_path"), {args: "1,2,3", environment: "FOO=bar"})
4343

4444
mock_find_by_id = lambda do |args|
4545
assert args, "some_identifier"

0 commit comments

Comments
 (0)