@@ -221,7 +221,7 @@ def test_verify_update(crawler_auth_headers, default_org_id):
221
221
assert data ["description" ] == UPDATED_DESCRIPTION
222
222
assert sorted (data ["tags" ]) == sorted (UPDATED_TAGS )
223
223
assert data ["autoAddCollections" ] == [_coll_id ]
224
- assert data ["firstSeed" ] == "https://example. com/"
224
+ assert data ["firstSeed" ] == "https://example- com.webrecorder.net /"
225
225
226
226
227
227
def test_update_config_invalid_format (
@@ -232,7 +232,7 @@ def test_update_config_invalid_format(
232
232
headers = crawler_auth_headers ,
233
233
json = {
234
234
"config" : {
235
- "seeds" : ["https://example. com/" ],
235
+ "seeds" : ["https://example- com.webrecorder.net /" ],
236
236
"scopeType" : "domain" ,
237
237
"limit" : 10 ,
238
238
}
@@ -323,7 +323,7 @@ def test_update_config_data(crawler_auth_headers, default_org_id, sample_crawl_d
323
323
headers = crawler_auth_headers ,
324
324
json = {
325
325
"config" : {
326
- "seeds" : [{"url" : "https://example. com/" }],
326
+ "seeds" : [{"url" : "https://example- com.webrecorder.net /" }],
327
327
"scopeType" : "domain" ,
328
328
"selectLinks" : ["a[href]->href" , "script[src]->src" ],
329
329
"clickSelector" : "button" ,
@@ -353,7 +353,7 @@ def test_update_config_no_changes(
353
353
headers = crawler_auth_headers ,
354
354
json = {
355
355
"config" : {
356
- "seeds" : [{"url" : "https://example. com/" }],
356
+ "seeds" : [{"url" : "https://example- com.webrecorder.net /" }],
357
357
"scopeType" : "domain" ,
358
358
"selectLinks" : ["a[href]->href" , "script[src]->src" ],
359
359
"clickSelector" : "button" ,
@@ -664,7 +664,7 @@ def test_get_config_seeds(crawler_auth_headers, default_org_id, url_list_config_
664
664
665
665
EXPECTED_SEED_URLS = [
666
666
"https://webrecorder.net/" ,
667
- "https://example. com/" ,
667
+ "https://example- com.webrecorder.net /" ,
668
668
"https://specs.webrecorder.net/" ,
669
669
]
670
670
found_seed_urls = []
0 commit comments