Skip to content

Commit

Permalink
Fix typo in test_runner view
Browse files Browse the repository at this point in the history
  • Loading branch information
EliHaugu committed Nov 5, 2024
1 parent 37c9139 commit b6d23fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server_comm/test_runner/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def connect_ble_nrf_devices(self, flow_id):

if res.get("status") == "error":
raise RuntimeError(
f"{res.get("message")}\n{res.get("response")}"
f"{res.get('message')}\n{res.get('response')}"
)
return {
"status": "success",
Expand Down

0 comments on commit b6d23fc

Please sign in to comment.