Skip to content

executor/dut: fix the boot_config GET query

Martin Roukala requested to merge boot_config_fix into master

There were two issues with it:

  • the string wasn't marked as f-format
  • typo in the GET parameter name (plateform vs platform)

Fixes: #110 (closed)

Merge request reports