Skip to content

Commit

Permalink
update eden e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew7234 committed Jul 31, 2024
1 parent 27cc423 commit b94e2a3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tests/e2e_regression/eden/expected/validator_history.body
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"history": [
{
"active_balance": "510452102234085399",
"active_shares": "409180341632413967",
"debonding_balance": "3664693487026403",
"debonding_shares": "3664693487026403",
"epoch": 28018,
"num_delegators": 10334
},
{
"active_balance": "510450642345248292",
"active_shares": "409180224607170953",
"debonding_balance": "3664847637026402",
"debonding_shares": "3664847637026402",
"epoch": 28017,
"num_delegators": 10334
}
],
"is_total_count_clipped": false,
"total_count": 2
}
6 changes: 6 additions & 0 deletions tests/e2e_regression/eden/expected/validator_history.headers
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
HTTP/1.1 200 OK
Content-Type: application/json
Vary: Origin
Date: UNINTERESTING
Content-Length: UNINTERESTING

0 comments on commit b94e2a3

Please sign in to comment.