Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel committed Dec 13, 2024
1 parent e3cccf7 commit 543182b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build --force-unknown-architecture": [call(BUILD_MISSING_PKG_ERROR)],
"build --force-unknown-architecture zlib --foo": [call('unrecognized arguments: --foo')],
"init --docker-image": [call('unrecognized arguments: --docker-image')],
"builda --force-unknown-architecture zlib" : [call("argument action: invalid choice: 'builda' (choose from 'analytics', 'architecture', 'build', 'clean', 'deps', 'doctor', 'init', 'version')")],
"builda --force-unknown-architecture zlib" : [call("argument action: invalid choice: 'builda' (choose from analytics, architecture, build, clean, deps, doctor, init, version)")],
"build --force-unknown-architecture zlib --no-system --always-prefer-system" : [call('argument --always-prefer-system: not allowed with argument --no-system')],
"build zlib --architecture foo": ARCHITECTURE_ERROR,
"build --force-unknown-architecture zlib --remote-store rsync://test1.local/::rw --write-store rsync://test2.local/::rw ": [call('cannot specify ::rw and --write-store at the same time')],
Expand Down

0 comments on commit 543182b

Please sign in to comment.