Skip to content

Commit 8afc70a

Browse files
Jake ChampionJakeChampion
authored andcommitted
Add byob apps to end-to-end tests
1 parent 644fba4 commit 8afc70a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration-tests/js-compute/fixtures/byob/tests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"GET /": {
3-
"environments": ["viceroy"],
3+
"environments": ["viceroy", "c@e"],
44
"downstream_request": {
55
"method": "GET",
66
"pathname": "/"

integration-tests/js-compute/fixtures/react-byob/tests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"GET /": {
3-
"environments": ["viceroy"],
3+
"environments": ["viceroy", "c@e"],
44
"downstream_request": {
55
"method": "GET",
66
"pathname": "/"

0 commit comments

Comments
 (0)