From 05789cc3881ec7ab04f65ca9a799719e8a826bff Mon Sep 17 00:00:00 2001 From: MateoLostanlen Date: Thu, 9 Jan 2025 17:46:48 +0100 Subject: [PATCH] wrong image --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index c99c336..6710d38 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -7,7 +7,7 @@ @pytest.fixture(scope="session") def mock_wildfire_stream(tmpdir_factory): - url = "https://github.com/pyronear/pyro-engine/releases/download/v0.1.1/forest_sample.jpg" + url = "https://github.com/pyronear/pyro-engine/releases/download/v0.1.1/fire_sample_image.jpg" return requests.get(url).content