From a817c01d699307bc5b6c5ff91db7e65088aed235 Mon Sep 17 00:00:00 2001 From: Gustav Svartsund Date: Thu, 22 Feb 2024 12:49:12 +0100 Subject: [PATCH] fjerna tullelinje som tulla den var bare tull --- test_main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test_main.py b/test_main.py index ecca187..55dfb69 100644 --- a/test_main.py +++ b/test_main.py @@ -43,9 +43,6 @@ def test_generatePhotos(): assert response.headers["content-type"] == "application/json" assert len(response.content) > 0 - # with open("NGIS-training-machine-webclient/WMS/rawphotos", "wb") as f: - # f.write(response.content) - #Check that the responses are okay assert response.status_code == 200 util.teardown_WMS_folders()