Skip to content

Commit

Permalink
fix screenshot test data bug
Browse files Browse the repository at this point in the history
  • Loading branch information
benzuzu committed Mar 20, 2024
1 parent 96502a9 commit ae30fe6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions screenshot-test/data/api-usage-summary-users.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[{
"userId" : "1461",
"userEmail" : "screenshot-mock-user@email.com",
"userEmail" : "screenshot-mock-user1461@email.com",
"endpoint" : "/api/v1/annotate/mutations/byProteinChange",
"noPrivateEndpoint" : "/api/v1/annotate/mutations/byProteinChange",
"maxUsageProportion" : 55.6,
Expand All @@ -17,7 +17,7 @@
"monthUsage" : {}
}, {
"userId" : "1460",
"userEmail" : "screenshot-mock-user@email.com",
"userEmail" : "screenshot-mock-user1460@email.com",
"endpoint" : "/api/v1/utils/allCuratedGenes",
"noPrivateEndpoint" : "/api/v1/utils/allCuratedGenes",
"maxUsageProportion" : 70.7,
Expand All @@ -34,7 +34,7 @@
"monthUsage" : {}
}, {
"userId" : "1217",
"userEmail" : "screenshot-mock-user@email.com",
"userEmail" : "screenshot-mock-user1217@email.com",
"endpoint" : "/api/v1/utils/allCuratedGenes",
"noPrivateEndpoint" : "/api/v1/utils/allCuratedGenes",
"maxUsageProportion" : 15.6,
Expand All @@ -51,7 +51,7 @@
"monthUsage" : {}
}, {
"userId" : "1216",
"userEmail" : "screenshot-mock-user@email.com",
"userEmail" : "screenshot-mock-user1216@email.com",
"endpoint" : "/api/v1/utils/allCuratedGenes",
"noPrivateEndpoint" : "/api/v1/utils/allCuratedGenes",
"maxUsageProportion" : 65.7,
Expand All @@ -61,7 +61,7 @@
"monthUsage" : {}
}, {
"userId" : "1699",
"userEmail" : "screenshot-mock-user@email.com",
"userEmail" : "screenshot-mock-user1699@email.com",
"endpoint" : "/api/private/search/typeahead",
"noPrivateEndpoint" : "/api/v1/utils/allCuratedGenes",
"maxUsageProportion" : 55.6,
Expand All @@ -73,7 +73,7 @@
"monthUsage" : {}
}, {
"userId" : "1698",
"userEmail" : "screenshot-mock-user@email.com",
"userEmail" : "screenshot-mock-user1698@email.com",
"endpoint" : "/api/private/search/typeahead",
"noPrivateEndpoint" : "/api/v1/utils/allCuratedGenes",
"maxUsageProportion" : 55.6,
Expand All @@ -83,7 +83,7 @@
"monthUsage" : {}
}, {
"userId" : "1213",
"userEmail" : "screenshot-mock-user@email.com",
"userEmail" : "screenshot-mock-user1213@email.com",
"endpoint" : "/api/private/utils/numbers/levels/",
"noPrivateEndpoint" : "",
"maxUsageProportion" : 55.6,
Expand Down

0 comments on commit ae30fe6

Please sign in to comment.