Skip to content
Snippets Groups Projects
Commit 47a89110 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

Merge branch 'f-noscript' into 'dev'

fix tests for noscript hint

See merge request !5
parents 2b2dae43 ea9261a1
No related branches found
No related tags found
1 merge request!5fix tests for noscript hint
Pipeline #7582 passed
...@@ -205,7 +205,8 @@ def test_query3(): ...@@ -205,7 +205,8 @@ def test_query3():
assert xml.xpath("/Response/TransactionBenchmark") assert xml.xpath("/Response/TransactionBenchmark")
assert xml.xpath("/Response/Query") assert xml.xpath("/Response/Query")
assert xml.xpath("/Response/UserInfo") assert xml.xpath("/Response/UserInfo")
assert_equal(3, len(xml)) assert xml.xpath("/Response/noscript")
assert_equal(4, len(xml))
@mark.slow @mark.slow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment