Skip to content

Commit f325a7c

Browse files
committed
feedback from PR review
1 parent 9f77961 commit f325a7c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/java/io/fusionauth/http/server/HTTPContextTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717

1818
import java.io.IOException;
1919
import java.net.URL;
20-
import java.net.URLEncoder;
21-
import java.nio.charset.StandardCharsets;
2220
import java.nio.file.Files;
2321
import java.nio.file.Path;
2422

@@ -89,7 +87,7 @@ public void teardown() throws IOException {
8987
* Test that legitimate file paths work correctly.
9088
*/
9189
@Test
92-
public void testLegitimatePathsSucceed() throws Exception {
90+
public void testLegitimatePathsSucceed() {
9391
// Test root level file
9492
URL indexUrl = context.getResource("index.html");
9593
assertNotNull(indexUrl, "Should resolve index.html");

0 commit comments

Comments
 (0)