Merge branch 'main' into feature/lazy-connection

This commit is contained in:
Zoltán Papp
2025-03-07 15:43:26 +01:00
92 changed files with 526 additions and 375 deletions

View File

@@ -1015,7 +1015,7 @@ func TestHandlerChain_DomainPriorities(t *testing.T) {
mh.AssertExpectations(t)
}
// Reset mocks
// Close mocks
if mh, ok := tc.expectedHandler.(*MockHandler); ok {
mh.ExpectedCalls = nil
mh.Calls = nil