Skip to content

Commit 9a08a80

Browse files
sugmanueakidambisrinivasan
authored andcommitted
Uncomment test left commented by mistake (aws#5284)
1 parent 54c9dc8 commit 9a08a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/fault/ServerConnectivityErrorMessageTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ public void teardown() throws InterruptedException {
125125
netty = null;
126126
}
127127

128-
//@ParameterizedTest
129-
//@MethodSource("testCases")
128+
@ParameterizedTest
129+
@MethodSource("testCases")
130130
void closeTimeHasCorrectMessage(TestCase testCase) throws Exception {
131131
server = new Server(ServerConfig.builder().httpResponseStatus(HttpResponseStatus.OK).build());
132132
setupTestCase(testCase);

0 commit comments

Comments
 (0)