@@ -164,7 +164,7 @@ def test_explore_360_url_input(server_url, browser, httpserver, source_filename,
164
164
httpserver .serve_content (fp .read ())
165
165
if 'CUSTOM_SERVER_URL' in os .environ :
166
166
# Use urls pointing to GitHub if we have a custom (probably non local) server URL
167
- source_url = 'https://raw.githubusercontent.com/OpenDataServices/cove/live /cove_360/fixtures/' + source_filename
167
+ source_url = 'https://raw.githubusercontent.com/ThreeSixtyGiving/dataquality/main/cove /cove_360/fixtures/' + source_filename
168
168
else :
169
169
source_url = httpserver .url + PREFIX_360 + source_filename
170
170
@@ -431,7 +431,7 @@ def test_error_modal(server_url, browser, httpserver, source_filename):
431
431
httpserver .serve_content (fp .read ())
432
432
if 'CUSTOM_SERVER_URL' in os .environ :
433
433
# Use urls pointing to GitHub if we have a custom (probably non local) server URL
434
- source_url = 'https://raw.githubusercontent.com/OpenDataServices/cove/live /cove_360/fixtures/' + source_filename
434
+ source_url = 'https://raw.githubusercontent.com/ThreeSixtyGiving/dataquality/main/cove /cove_360/fixtures/' + source_filename
435
435
else :
436
436
source_url = httpserver .url + '/' + source_filename
437
437
@@ -479,7 +479,7 @@ def test_check_schema_link_on_result_page(server_url, browser, httpserver, sourc
479
479
httpserver .serve_content (fp .read ())
480
480
if 'CUSTOM_SERVER_URL' in os .environ :
481
481
# Use urls pointing to GitHub if we have a custom (probably non local) server URL
482
- source_url = 'https://raw.githubusercontent.com/OpenDataServices/cove/live /cove_360/fixtures/' + source_filename
482
+ source_url = 'https://raw.githubusercontent.com/ThreeSixtyGiving/dataquality/main/cove /cove_360/fixtures/' + source_filename
483
483
else :
484
484
source_url = httpserver .url + '/' + source_filename
485
485
0 commit comments