From da00c39155fd03a2b32fa9879b278f05c7565c06 Mon Sep 17 00:00:00 2001 From: Mathieu Pellerin Date: Mon, 4 Mar 2024 16:55:47 +0700 Subject: [PATCH] Rename test function name (old copy/paste typo) --- test/spix/smoke_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spix/smoke_test.py b/test/spix/smoke_test.py index f3116943f7..54a8c36870 100755 --- a/test/spix/smoke_test.py +++ b/test/spix/smoke_test.py @@ -184,7 +184,7 @@ def test_svg(app, screenshot_path, screenshot_check, extra, process_alive): @pytest.mark.project_file("test_postgis_ssl.qgz") -def test_svg(app, screenshot_path, screenshot_check, extra, process_alive): +def test_postgis_ssl(app, screenshot_path, screenshot_check, extra, process_alive): """ Starts a test app and check that a SSL-enabled postgis layer loads properly """