Skip to content

Commit

Permalink
fix rmq test
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Feb 27, 2023
1 parent 2f0d8e8 commit 34e9b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/status/external/rmq_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func TestRMQ_Status(t *testing.T) {

func TestRMQ_StatusFailed(t *testing.T) {
ts := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
require.Equal(t, "/queues/feeds/notification.queue", r.URL.Path)
require.Equal(t, "/api/queues/feeds/notification.queue", r.URL.Path)
w.WriteHeader(http.StatusInternalServerError)
}))
defer ts.Close()
Expand Down

0 comments on commit 34e9b7d

Please sign in to comment.