We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1326f2a commit 4b8dddfCopy full SHA for 4b8dddf
backend/test/test_crawl_config_tags.py
@@ -58,10 +58,10 @@ def test_get_config_by_tag_counts_1(admin_auth_headers, default_org_id):
58
data = r.json()
59
assert data == {
60
"tags": [
61
+ {"tag": "wr-test-2", "count": 2},
62
{"tag": "tag-1", "count": 1},
63
{"tag": "tag-2", "count": 1},
64
{"tag": "wr-test-1", "count": 1},
- {"tag": "wr-test-2", "count": 1},
65
]
66
}
67
@@ -108,12 +108,12 @@ def test_get_config_by_tag_counts_2(admin_auth_headers, default_org_id):
108
109
110
111
112
{"tag": "tag-0", "count": 1},
113
114
115
{"tag": "tag-3", "count": 1},
116
117
118
119
0 commit comments