The rest of the changes to testsuite-result.json, manually verified
a_aaaa.py: Add a message and a requirement for force when adding an additional ip address to a host.
rr.py: Replace occurrences of str(host.id) with host.id in API requests.
Because shouldn't the host id be supplied as a numerical value?
This fixes a few differences in the API calls that occur when performing host mx_add and txt_add.
Look at the checks! They're all green! :green_circle: :green_circle: :green_circle:
testsuite-result.json
that came from https://github.com/unioslo/mreg-cli/pull/288testsuite-result.json
, manually verifieda_aaaa.py
: Add a message and a requirement for force when adding an additional ip address to a host.rr.py
: Replace occurrences of str(host.id) with host.id in API requests. Because shouldn't the host id be supplied as a numerical value? This fixes a few differences in the API calls that occur when performing host mx_add and txt_add.