Skip to content

Commit 90c42da

Browse files
author
thomas
authored
Merge pull request #14 from pypyr/dev
unit test only: cater for new str formatting syntax
2 parents 8a8c559 + ad0a090 commit 90c42da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/pypyraws/steps/waitfor_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ def test_get_poll_args_substitutions():
828828
error_on_wait_timeout) = waitfor_step.get_poll_args(waitfor_dict, context)
829829

830830
assert wait_for_field == 'field name'
831-
assert to_be == '123.4'
831+
assert to_be == 123.4
832832
assert poll_interval == 99
833833
assert max_attempts == 66
834834
assert not error_on_wait_timeout

0 commit comments

Comments
 (0)