From e36b804f26f988a8e651b9c0ef4324a050515bad Mon Sep 17 00:00:00 2001 From: Christoph Thiede Date: Wed, 22 Dec 2021 14:56:51 +0100 Subject: [PATCH] Update gomus version to v4.1.12.10 --- tests/gomus/test_gomus_connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gomus/test_gomus_connection.py b/tests/gomus/test_gomus_connection.py index ee7a19e6..e9b130b5 100644 --- a/tests/gomus/test_gomus_connection.py +++ b/tests/gomus/test_gomus_connection.py @@ -10,7 +10,7 @@ BASE_URL = 'https://barberini.gomus.de/' EXPECTED_VERSION_LINE_NUMBER = 790 -EXPECTED_VERSION_TAG = '4.1.12.9' +EXPECTED_VERSION_TAG = '4.1.12.10' GOMUS_SESS_ID = os.environ['GOMUS_SESS_ID']