Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHackett12 committed Aug 19, 2024
1 parent 923ea20 commit aaaed38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/promrated/rated_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

func TestGetNetworkStatistics(t *testing.T) {
ts := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
require.Equal(t, "/v0/eth/network/stats", r.URL.Path)
require.Equal(t, "/v0/eth/network/overview", r.URL.Path)

require.Equal(t, "Bearer auth", r.Header.Get("Authorization"))
require.Equal(t, "prater", r.Header.Get("X-Rated-Network"))
Expand Down

0 comments on commit aaaed38

Please sign in to comment.