From ccea40fe84372d379cbe9e302f1ab81028e876d4 Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:26:35 +0300 Subject: [PATCH 1/2] test-api to nightly-api --- regula/documentreader/webclient/gen/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regula/documentreader/webclient/gen/configuration.py b/regula/documentreader/webclient/gen/configuration.py index 78a26b1..6540662 100755 --- a/regula/documentreader/webclient/gen/configuration.py +++ b/regula/documentreader/webclient/gen/configuration.py @@ -389,7 +389,7 @@ def get_host_settings(self): 'description': "Latest stable Regula Document Reader demo endpoint", }, { - 'url': "https://test-api.regulaforensics.com/", + 'url': "https://nightly-api.regulaforensics.com/", 'description': "Nightly Regula document reader demo endpoint", }, { From 4fe1b55387c30d849c618cf4c5e34ccfa91d2560 Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:27:32 +0300 Subject: [PATCH 2/2] Update run-smoke-test.yml --- .github/workflows/run-smoke-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-smoke-test.yml b/.github/workflows/run-smoke-test.yml index bb1116d..ed9ad4c 100755 --- a/.github/workflows/run-smoke-test.yml +++ b/.github/workflows/run-smoke-test.yml @@ -24,5 +24,5 @@ jobs: run: python example.py working-directory: example env: - API_BASE_PATH: "https://test-api.regulaforensics.com" + API_BASE_PATH: "https://nightly-api.regulaforensics.com" TEST_LICENSE: ${{secrets.TEST_LICENSE}}