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 d3c7f5a commit 2f90e15Copy full SHA for 2f90e15
src/promptflow/tests/_constants.py
@@ -1,4 +1,4 @@
1
-from pathlib import Path
+from pathlib import Path # noqa: C4726
2
3
PROMPTFLOW_ROOT = Path(__file__).parent.parent
4
RUNTIME_TEST_CONFIGS_ROOT = Path(PROMPTFLOW_ROOT / "tests/test_configs/runtime")
@@ -10,7 +10,7 @@
10
# below constants are used for pfazure and global config tests
11
DEFAULT_SUBSCRIPTION_ID = "96aede12-2f73-41cb-b983-6d11a904839b"
12
DEFAULT_RESOURCE_GROUP_NAME = "promptflow"
13
-DEFAULT_WORKSPACE_NAME = "promptflow-eastus2euap"
+DEFAULT_WORKSPACE_NAME = "promptflow-eastus"
14
DEFAULT_COMPUTE_INSTANCE_NAME = "ci-lin-cpu-sp"
15
DEFAULT_RUNTIME_NAME = "test-runtime-ci"
16
DEFAULT_REGISTRY_NAME = "promptflow-preview"
0 commit comments