-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: added e2e test for privileged tier users
Signed-off-by: Logan Nguyen <[email protected]>
- Loading branch information
1 parent
4ab3666
commit ab2d303
Showing
6 changed files
with
246 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[ | ||
{ | ||
"id": "c758c095-342c-4607-9db5-867d7e90ab9d", | ||
"name": "PRIVILEGED_ALPHA", | ||
"ethAddresses": ["0x7d102fe71af42790fe31b126c1f49766376ca2b5"], | ||
"ipAddresses": ["127.0.0.1"], | ||
"subscriptionTier": "PRIVILEGED" | ||
}, | ||
{ | ||
"id": "a68488b0-6f7d-44a0-87c1-774ad64615f2", | ||
"name": "PRIVILEGED_BETA", | ||
"ethAddresses": ["0x40183ec818c1826114767391989ff2eaebc2b91e"], | ||
"subscriptionTier": "PRIVILEGED" | ||
}, | ||
{ | ||
"id": "af13d6ed-d676-4d33-8b9d-cf05d1ad7134", | ||
"name": "EXTENDED_ALPHA", | ||
"ethAddresses": ["0x149294f355f62827748988071de70ab195d0eb23"], | ||
"ipAddresses": ["127.0.0.2"], | ||
"subscriptionTier": "EXTENDED" | ||
}, | ||
{ | ||
"id": "7f665aa3-6b73-41d7-bf9b-92d04cdab96b", | ||
"name": "EXTENDED_BETA", | ||
"ipAddresses": ["127.0.0.3"], | ||
"subscriptionTier": "EXTENDED" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters