Skip to content

Commit

Permalink
Force Rapid version test env var to int
Browse files Browse the repository at this point in the history
  • Loading branch information
incarnate committed Dec 12, 2018
1 parent 107ad6b commit cd224a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/eway_rapid/integration/integration_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def self.get_sandbox_client

def self.get_version
if (ENV["EWAY_API_VERSION"])
return ENV["EWAY_API_VERSION"]
return ENV["EWAY_API_VERSION"].to_i
else
return 31;
end
Expand Down

0 comments on commit cd224a1

Please sign in to comment.