We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d114f commit 195bcabCopy full SHA for 195bcab
tests/test_deploy/test_backends/test_scaleway_api_backend.py
@@ -12,9 +12,9 @@
12
from scw_serverless.config import Function
13
from scw_serverless.deploy.backends.scaleway_api_backend import ScalewayApiBackend
14
from scw_serverless.triggers import CronTrigger
15
-from tests.utils import SCALEWAY_API_URL
+from tests import constants
16
17
-FNC_API_URL = SCALEWAY_API_URL + f"functions/v1beta1/regions/{REGION_FR_PAR}"
+FNC_API_URL = constants.SCALEWAY_API_URL + f"functions/v1beta1/regions/{REGION_FR_PAR}"
18
19
20
# pylint: disable=redefined-outer-name # fixture
0 commit comments