test: rename interactive mark to oauth

This commit is contained in:
Chris Coutinho
2025-10-14 01:23:31 +02:00
parent 0c5d9a46bd
commit 879cd58db1
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import pytest
logger = logging.getLogger(__name__)
pytestmark = [pytest.mark.integration, pytest.mark.interactive]
pytestmark = [pytest.mark.integration, pytest.mark.oauth]
class TestOAuthInteractive: