Skip to content

CIP-1244 Remove tab and unnecessary white space from talondx-config.json files

Mae requested to merge cip-1244-remove-white-space into main

When the "talon_first_connect_timeout" parameter was added to the talondx-config.json files, it introduced inadvertently a tab into the subsequent line where the ds_hps_master_fqdn parameter was, which in turn is suspected to be the cause of the NoneType error seen during the automated test today.

Removed the tabs from these files and also cleaned up trailing white space that wasn't needed.

Merge request reports