Skip to content

Commit 01b68ff

Browse files
committed
Add internal-qa to list of e2e test environments
1 parent 7a18593 commit 01b68ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/lib/apigee.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class ApigeeOrg(StrEnum):
1313

1414
class ApigeeEnv(StrEnum):
1515
INTERNAL_DEV = "internal-dev"
16+
INTERNAL_QA = "internal-qa"
1617
INTERNAL_DEV_SANDBOX = "internal-dev-sandbox"
1718
SANDBOX = "sandbox"
1819
INT = "int"

0 commit comments

Comments
 (0)