aboutsummaryrefslogtreecommitdiff
path: root/test/haketilo_test/test_integration.py
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-06-18 12:30:21 +0200
committerWojtek Kosior <koszko@koszko.org>2022-06-18 12:30:34 +0200
commitaec5c9aefca828aae5860f027ab9651c76a42472 (patch)
tree766dd1458c058f8230fc772aeab53249178a3c47 /test/haketilo_test/test_integration.py
parent051d2472407c1dc1e6c2b88a00be04fe77da8919 (diff)
downloadbrowser-extension-aec5c9aefca828aae5860f027ab9651c76a42472.tar.gz
browser-extension-aec5c9aefca828aae5860f027ab9651c76a42472.zip
automatically change repo url to point to api v2 endpoint
Diffstat (limited to 'test/haketilo_test/test_integration.py')
-rw-r--r--test/haketilo_test/test_integration.py2
1 files changed, 1 insertions, 1 deletions
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