We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a18593 commit 40df258Copy full SHA for 40df258
1 file changed
tests/e2e/lib/apigee.py
@@ -13,6 +13,7 @@ class ApigeeOrg(StrEnum):
13
14
class ApigeeEnv(StrEnum):
15
INTERNAL_DEV = "internal-dev"
16
+ INTERNAL_QA = "internal-qa"
17
INTERNAL_DEV_SANDBOX = "internal-dev-sandbox"
18
SANDBOX = "sandbox"
19
INT = "int"
0 commit comments