The extraneous comma made commands parsed as a tuple,
not as intended as a dictionary.
This caused any issue to fail the following test:
<command> in commands, as the tuple doesn't have named keys.
Ref T1647.
Differential D2406
Define commands as a dictionary instead of a tuple dereckson on Sep 4 2021, 20:15. Authored by Tags None Referenced Files
Subscribers None
Details
The extraneous comma made commands parsed as a tuple, This caused any issue to fail the following test: Ref T1647. bats scripts/bats/test_edit_acme_dns_accounts.sh
Diff Detail
|