diff --git a/pytest-extension/test/integration/pytest_extension_test.py b/pytest-extension/test/integration/pytest_extension_test.py index 7c12d87..2031b03 100644 --- a/pytest-extension/test/integration/pytest_extension_test.py +++ b/pytest-extension/test/integration/pytest_extension_test.py @@ -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)