From 8744cf1faa0b57fe9e797a32a109ba4e7a056e76 Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Tue, 17 May 2022 12:43:31 -0600 Subject: [PATCH] Fix misnomers within the comment (#352) --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 7ba95d47b..0c624713c 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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(