Skip to content

Commit

Permalink
repair test
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Apr 30, 2024
1 parent 7b3f280 commit 695ca9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public async Task PlaybackLogsSanitizedRequest()
HttpResponse response = new DefaultHttpContext().Response;
await testRecordingHandler.HandlePlaybackRequest(recordingId, request, response);

AssertLogs(logger, 4, 8, 7);
AssertLogs(logger, 4, 8, 12);
}
finally
{
Expand Down

0 comments on commit 695ca9b

Please sign in to comment.