Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreMaldeme committed Jul 8, 2023
1 parent 17e4c85 commit e119382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .e2e/gotest/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestE2E(t *testing.T) {
name: "valid path - " + *baseUrl + "/rest/v1/3.3.3.3",
url: "" + *baseUrl + "/rest/v1/3.3.3.3",
method: "GET",
want: []byte(`{"ip":"3.3.3.3","country_code":"US","country_name":"United States","city":"Chicago","latitude":41.8781,"longitude":-87.6298}`),
want: []byte(`{"ip":"3.3.3.3","country_code":"US","country_name":"United States","city":"Ashburn","latitude":39.0469,"longitude":-77.4903}`),
code: http.StatusOK,
},
{
Expand Down

0 comments on commit e119382

Please sign in to comment.