We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a8c559 + ad0a090 commit 90c42daCopy full SHA for 90c42da
tests/unit/pypyraws/steps/waitfor_test.py
@@ -828,7 +828,7 @@ def test_get_poll_args_substitutions():
828
error_on_wait_timeout) = waitfor_step.get_poll_args(waitfor_dict, context)
829
830
assert wait_for_field == 'field name'
831
- assert to_be == '123.4'
+ assert to_be == 123.4
832
assert poll_interval == 99
833
assert max_attempts == 66
834
assert not error_on_wait_timeout
0 commit comments