Skip to content

Commit 4946f20

Browse files
committed
fix tests
1 parent dd425ee commit 4946f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/functionaltests/suites/pubsub/test_pubsub_functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ def test_conformance(config):
6464
content = json.loads(content)
6565

6666
assert headers['Content-Type'] == 'application/json'
67-
assert len(content['conformsTo']) == 16
67+
assert len(content['conformsTo']) == 18

0 commit comments

Comments
 (0)