Skip to content

Commit 26a51ba

Browse files
committed
Strip timeStamp from reference XML for tests
1 parent 1f2109a commit 26a51ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/python/test_qgsserver_wfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from test_qgsserver import QgsServerTestBase
3737

3838
# Strip path and content length because path may vary
39-
RE_STRIP_UNCHECKABLE = b'MAP=[^"]+|Content-Length: \d+'
39+
RE_STRIP_UNCHECKABLE = b'MAP=[^"]+|Content-Length: \d+|timeStamp="[^"]+"'
4040
RE_ATTRIBUTES = b'[^>\s]+=[^>\s]+'
4141

4242

0 commit comments

Comments
 (0)