Skip to content
Snippets Groups Projects
Verified Commit ea9261a1 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

fix tests

parent 2b2dae43
No related branches found
No related tags found
1 merge request!5fix tests for noscript hint
Pipeline #7286 failed
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
......@@ -205,7 +205,8 @@ def test_query3():
assert xml.xpath("/Response/TransactionBenchmark")
assert xml.xpath("/Response/Query")
assert xml.xpath("/Response/UserInfo")
assert_equal(3, len(xml))
assert xml.xpath("/Response/noscript")
assert_equal(4, len(xml))
@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