Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Orchestrator failed with `assert result["result"] == HTTPOk.stat…
…us_code` Problem: The diagnostic VM returned HTTP 200 with {"result": False} when it could not connect to the internet. Since this is an OK return code, `raise_for_status` did not raise an error and an assertion error was raised. Solution: Test that the returned status code also corresponds to HTTP OK.
- Loading branch information