remove Bricks and use our API as proxy

This commit is contained in:
LeonOstrez
2025-02-11 20:52:17 +01:00
parent 17cf1f28b2
commit 62e4931813
12 changed files with 228 additions and 26 deletions

View File

@@ -58,6 +58,7 @@ def test_parse_arguments(mock_ArgumentParser):
"--extension-version",
"--no-check",
"--use-git",
"--access-token",
}
parser.parse_args.assert_called_once_with()