Page MenuHomeDevCentral

Define commands as a dictionary instead of a tuple
ClosedPublic

Authored by dereckson on Sep 4 2021, 20:15.
Tags
None
Referenced Files
F3743817: D2406.id.diff
Fri, Nov 15, 00:29
F3742892: D2406.diff
Thu, Nov 14, 13:06
Unknown Object (File)
Tue, Nov 12, 13:07
Unknown Object (File)
Sun, Nov 10, 22:15
Unknown Object (File)
Thu, Nov 7, 20:38
Unknown Object (File)
Thu, Nov 7, 05:14
Unknown Object (File)
Sun, Nov 3, 12:48
Unknown Object (File)
Sun, Nov 3, 11:48
Subscribers
None

Details

Reviewers
dereckson
Maniphest Tasks
Unknown Object (Maniphest Task)
Commits
rOPS4509fe3de0a0: Define commands as a dictionary instead of a tuple
Summary

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.

Test Plan

bats scripts/bats/test_edit_acme_dns_accounts.sh

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Sep 4 2021, 20:15
This revision was landed with ongoing or failed builds.Sep 4 2021, 20:15
This revision was automatically updated to reflect the committed changes.