Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Guillem Bonet <[email protected]>
  • Loading branch information
Guillembonet committed Apr 22, 2024
1 parent 3e7b5b1 commit c9de2fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tequilapi/endpoints/validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ func Test_EthEndpoints(t *testing.T) {
expectedResponse: 500,
},
{
payload: `["https://polygon-mumbai.infura.io/v3/e37e62a5c0c44334967779adf83415c4"]`,
configChainId: 80001,
payload: `["https://polygon-amoy1.mysterium.network"]`,
configChainId: 80002,
expectedResponse: 200,
},
{
payload: `["https://polygon-mumbai.infura.io/v3/e37e62a5c0c44334967779adf83415c4"]`,
payload: `["https://polygon-amoy1.mysterium.network"]`,
configChainId: 1,
expectedResponse: 400,
},
Expand Down

0 comments on commit c9de2fa

Please sign in to comment.