Skip to content

Commit

Permalink
chore(test): update workers test
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
  • Loading branch information
rustatian committed Jul 8, 2024
1 parent e93a050 commit 7087667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/http_plugin3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ func TestHTTPAddWorkers(t *testing.T) {

wl, err = workers("127.0.0.1:30301")
require.NoError(t, err)
require.Equal(t, 0, len(wl.Workers))
require.Equal(t, 1, len(wl.Workers))

req, err := http.NewRequest("GET", "http://127.0.0.1:44556", nil)
assert.NoError(t, err)
Expand Down

0 comments on commit 7087667

Please sign in to comment.