refactor: replace decpinfo with colibre in test client identifiers

Update test fixtures and client references to use colibre branding
instead of the legacy decpinfo naming convention.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
Colin Maudry
2026-07-01 11:17:18 +02:00
parent a1bf0b381b
commit 190b8154b4
4 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ def main() -> None:
parser.add_argument(
"--token",
default=None,
help="Token Bearer colibre (format decpinfo_xxx)",
help="Token Bearer colibre (format colibre_xxx)",
)
parser.add_argument(
"--runs",