aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_coin_api.py
diff options
context:
space:
mode:
authorDaniel Smith <daniel.smith@qt.io>2024-10-16 09:59:37 +0200
committerDaniel Smith <daniel.smith@qt.io>2024-11-12 13:42:29 +0000
commitf04842342fdf381cfdc2342c124c09d9f1db5076 (patch)
tree7c9fa0223556ba946d16215aa7b5ea4bb966db0b /tests/test_coin_api.py
parent69afe401de8e162f8e469d28e78a0b42132990c6 (diff)
Update coin URL to correct domain
Usage of the intra.qt.io domain has been deprecated for a while. Addresses should now use ci.qt.io for VMs in that domain. Change-Id: I6cc52a188bdecf2a44e9d42fc26475158644db18 Reviewed-by: Daniel Smith <daniel.smith@qt.io> Reviewed-by: Jari Helaakoski <jari.helaakoski@qt.io>
Diffstat (limited to 'tests/test_coin_api.py')
-rw-r--r--tests/test_coin_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_coin_api.py b/tests/test_coin_api.py
index f99cb18..7897df5 100644
--- a/tests/test_coin_api.py
+++ b/tests/test_coin_api.py
@@ -42,4 +42,4 @@ class TestCoinApi(unittest.TestCase):
"state":"Done" \
}]}]}')
- self.assertEqual(coin_api.get_artifacts_url("test_id", "project", "branch", "task_identifier"), "https://coin.intra.qt.io/artifacts.tar.gz")
+ self.assertEqual(coin_api.get_artifacts_url("test_id", "project", "branch", "task_identifier"), "https://coin.ci.qt.io/artifacts.tar.gz")