Skip to content

Commit 195bcab

Browse files
committed
fix(tests): fix bad imports after renaming
1 parent 64d114f commit 195bcab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_deploy/test_backends/test_scaleway_api_backend.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
from scw_serverless.config import Function
1313
from scw_serverless.deploy.backends.scaleway_api_backend import ScalewayApiBackend
1414
from scw_serverless.triggers import CronTrigger
15-
from tests.utils import SCALEWAY_API_URL
15+
from tests import constants
1616

17-
FNC_API_URL = SCALEWAY_API_URL + f"functions/v1beta1/regions/{REGION_FR_PAR}"
17+
FNC_API_URL = constants.SCALEWAY_API_URL + f"functions/v1beta1/regions/{REGION_FR_PAR}"
1818

1919

2020
# pylint: disable=redefined-outer-name # fixture

0 commit comments

Comments
 (0)