We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5a0a0 commit d58cb2dCopy full SHA for d58cb2d
tests/test_postgres_options_plugin.py
@@ -61,7 +61,7 @@ def test_postgres_port_search_count_in_cli_is_int(pointed_pytester: Pytester) ->
61
"""Check that the --postgresql-port-search-count command line argument is parsed as an int."""
62
pointed_pytester.copy_example("test_assert_port_search_count_is_ten.py")
63
ret = pointed_pytester.runpytest(
64
- "--postgresql-port-search-count", "test_assert_port_search_count_is_ten.py"
+ "--postgresql-port-search-count", "10", "test_assert_port_search_count_is_ten.py"
65
)
66
ret.assert_outcomes(passed=1)
67
0 commit comments