From 31ff38554653514070584d6e2a0e39ceddc7ab5c Mon Sep 17 00:00:00 2001 From: benjamin Date: Tue, 27 Apr 2021 18:23:55 +0200 Subject: [PATCH] Fix DWD radar test --- tests/provider/dwd/radar/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/provider/dwd/radar/__init__.py b/tests/provider/dwd/radar/__init__.py index 37f8a2c1a..1dfe9c32f 100644 --- a/tests/provider/dwd/radar/__init__.py +++ b/tests/provider/dwd/radar/__init__.py @@ -3,8 +3,8 @@ # Distributed under the MIT License. See LICENSE for more info. station_reference_pattern_unsorted = ( - "(asb,)?(boo,)?ros,hnr,umd,pro,ess,fld,drs," - "(neu,)?(nhb,)?oft,eis,(tur,)?(isn,)?fbg,mem" + "(asb,)?(boo,)?ros,hnr,umd,pro,ess,fld,(drs,)?" + "(neu,)?(nhb,)?oft,eis,(tur,)?(isn,)?fbg(,mem)?" ) station_reference_pattern_sorted = ( "(asb,)?(boo,)?drs,eis,ess,fbg,fld,hnr,(isn,)?"