Skip to content

Commit

Permalink
#61 Fixed the pytest_extension_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Oct 7, 2024
1 parent 32981f5 commit 2b321aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest-extension/test/integration/pytest_extension_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_bucketfs_std_params(bucketfs_std_params):
def test_database_cli_args(backend, database_cli_args):
validate_cli_args(backend, database_cli_args, StdTags.DB, validate_database_std_params)
def test_bucketfs_cli_args(backend, bucketfs_cli_args)
def test_bucketfs_cli_args(backend, bucketfs_cli_args):
validate_cli_args(backend, bucketfs_cli_args, StdTags.BFS, validate_bucketfs_std_params)
""")
pytester.makepyfile(test_code)
Expand Down

0 comments on commit 2b321aa

Please sign in to comment.