From 835823858bb9028b4027161b39311a2b31281b1c Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 3 Jan 2023 17:39:10 +0100 Subject: [PATCH] improved test (checking uuid are 36 chars long) --- test/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/main.py b/test/main.py index f04de99..48a99bf 100644 --- a/test/main.py +++ b/test/main.py @@ -50,7 +50,7 @@ def test_health(): def test_config(): - response = client.get('/-/') + response = client.get('/-/config') assert response.status_code == 200