Skip to content

Commit 75c65b2

Browse files
committed
Ensure ucacct tests are marked as integration tests
1 parent f2472bf commit 75c65b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def pytest_configure(config):
3939

4040
def pytest_collection_modifyitems(items):
4141
# safer to refer to fixture fns instead of strings
42-
client_fixtures = [x.__name__ for x in [a, w, ucws]]
42+
client_fixtures = [x.__name__ for x in [a, w, ucws, ucacct]]
4343
for item in items:
4444
current_fixtures = getattr(item, "fixturenames", ())
4545
for requires_client in client_fixtures:

0 commit comments

Comments
 (0)