Skip to content

Commit

Permalink
chore: remove old logs checks
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Jun 26, 2024
1 parent 93a181f commit 60d8abc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/jobs_amqp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,6 @@ func TestAMQPJobsError(t *testing.T) {
require.Equal(t, 1, oLogger.FilterMessageSnippet("pipeline was paused").Len())
require.Equal(t, 1, oLogger.FilterMessageSnippet("pipeline was resumed").Len())
require.Equal(t, 1, oLogger.FilterMessageSnippet("pipeline was stopped").Len())
require.Equal(t, 3, oLogger.FilterMessageSnippet("jobs protocol error").Len())
require.Equal(t, 1, oLogger.FilterMessageSnippet("delivery channel was closed, leaving the AMQP listener").Len())
}

Expand Down

0 comments on commit 60d8abc

Please sign in to comment.