From 5042ccf50a19917720afe49e4800942f113e7a26 Mon Sep 17 00:00:00 2001 From: Anoop Date: Tue, 1 Nov 2022 20:42:02 +0530 Subject: [PATCH] rebranded --- bench/tests/test_utils.py | 6 +++--- bench/utils/system.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bench/tests/test_utils.py b/bench/tests/test_utils.py index 718735a..9a3ca4c 100644 --- a/bench/tests/test_utils.py +++ b/bench/tests/test_utils.py @@ -31,17 +31,17 @@ class TestUtils(unittest.TestCase): def test_is_valid_influxframework_branch(self): with self.assertRaises(InvalidRemoteException): is_valid_influxframework_branch( - "https://github.com/influxframework/influxframework.git", influxframework_branch="random-branch" + "https://lab.membtech.com/influxframework/influxframework.git", influxframework_branch="random-branch" ) is_valid_influxframework_branch( "https://github.com/random/random.git", influxframework_branch="random-branch" ) is_valid_influxframework_branch( - "https://github.com/influxframework/influxframework.git", influxframework_branch="develop" + "https://lab.membtech.com/influxframework/influxframework.git", influxframework_branch="develop" ) is_valid_influxframework_branch( - "https://github.com/influxframework/influxframework.git", influxframework_branch="v13.29.0" + "https://lab.membtech.com/influxframework/influxframework.git", influxframework_branch="v13.29.0" ) def test_app_states(self): diff --git a/bench/utils/system.py b/bench/utils/system.py index 0a83b3c..76a5055 100644 --- a/bench/utils/system.py +++ b/bench/utils/system.py @@ -74,7 +74,7 @@ def init( # remote apps else: - influxframework_path = influxframework_path or "https://github.com/influxframework/influxframework.git" + influxframework_path = influxframework_path or "https://lab.membtech.com/influxframework/influxframework.git" is_valid_influxframework_branch(influxframework_path=influxframework_path, influxframework_branch=influxframework_branch) get_app( influxframework_path,