Updates to allow tests to run against a remote RaSCSI instance

This commit is contained in:
nucleogenic
2022-09-20 00:33:47 +01:00
parent 1a15c4c648
commit 8062e5f5d7
2 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -823,7 +823,7 @@ def test_show_logs(http_client):
)
assert response.status_code == 200
assert response.text == "-- No entries --\n"
assert response.headers["content-type"] == "text/plain"
# route("/config/load", methods=["POST"])