Skip to content

Commit

Permalink
Fix misnomers within the comment (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored May 17, 2022
1 parent fad79e3 commit 8744cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def pytest_addoption(parser):
parser.addoption("--profile", action="store", default="apache_spark", type=str)


# Using @pytest.mark.skip_adapter('apache_spark') uses the 'skip_by_adapter_type'
# Using @pytest.mark.skip_profile('apache_spark') uses the 'skip_by_profile_type'
# autouse fixture below
def pytest_configure(config):
config.addinivalue_line(
Expand Down

0 comments on commit 8744cf1

Please sign in to comment.