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
@@ -26,7 +26,7 @@ log_cli_level = "INFO"
log_level = "INFO"
markers = [
"integration: marks tests as slow (deselect with '-m \"not slow\"')",
"interactive: marks tests as interactive (deselect with '-m \"not interactive\"')"
"oauth: marks tests as oauth (deselect with '-m \"not oauth\"')"
]
[tool.commitizen]