File tree Expand file tree Collapse file tree
components/http/okHttp/src/test/java/com/microsoft/kiota/http/middleware Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ void testGetRetryAfterHandlesNegativeValues() {
8585 }
8686
8787 @ Test
88- void testRetryRequestHandlesNegativeRetryInterval () throws Exception {
88+ void testRetryRequestHandlesNegativeRetryInterval () {
8989 // Create mocks
9090 Response mockResponse = mock (Response .class );
9191 Request mockRequest = mock (Request .class );
@@ -114,7 +114,7 @@ void testRetryRequestHandlesNegativeRetryInterval() throws Exception {
114114 }
115115
116116 @ Test
117- void testRetryRequestWithNegativeRetryIntervalAppliesRandomDelay () throws Exception {
117+ void testRetryRequestWithNegativeRetryIntervalAppliesRandomDelay () {
118118 // Create mocks
119119 Response mockResponse = mock (Response .class );
120120 Request mockRequest = mock (Request .class );
You can’t perform that action at this time.
0 commit comments