From aec5c9aefca828aae5860f027ab9651c76a42472 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 18 Jun 2022 12:30:21 +0200 Subject: automatically change repo url to point to api v2 endpoint --- test/haketilo_test/test_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/haketilo_test/test_integration.py') diff --git a/test/haketilo_test/test_integration.py b/test/haketilo_test/test_integration.py index b77afbd..88fef3c 100644 --- a/test/haketilo_test/test_integration.py +++ b/test/haketilo_test/test_integration.py @@ -48,7 +48,7 @@ def test_integration(driver): driver.find_element_by_id('repos_head').click() lst = driver.find_element_by_css_selector('.active_tab .text_entries') - assert 'https://hydrilla.koszko.org/api_v1' in lst.text + assert 'https://hydrilla.koszko.org/api_v2' in lst.text # TODO: do some more tests, including popup interaction and repository # querying -- cgit v1.2.3