Skip to content

Commit 47054d8

Browse files
Fix an issue that was causing integration tests to fail
1 parent 880bd35 commit 47054d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/integration.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def fill_in_card(params = {})
8787

8888
card.set params.fetch(:card, "4242424242424242")
8989
cvc.set params.fetch(:cvc, "123")
90-
month.set params.fetch(:month, "January")
90+
month.set params.fetch(:month, "1")
9191
year.set params.fetch(:year, Date.today.year + 2)
9292
end
9393
end

0 commit comments

Comments
 (0)