We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f77961 commit f325a7cCopy full SHA for f325a7c
src/test/java/io/fusionauth/http/server/HTTPContextTest.java
@@ -17,8 +17,6 @@
17
18
import java.io.IOException;
19
import java.net.URL;
20
-import java.net.URLEncoder;
21
-import java.nio.charset.StandardCharsets;
22
import java.nio.file.Files;
23
import java.nio.file.Path;
24
@@ -89,7 +87,7 @@ public void teardown() throws IOException {
89
87
* Test that legitimate file paths work correctly.
90
88
*/
91
@Test
92
- public void testLegitimatePathsSucceed() throws Exception {
+ public void testLegitimatePathsSucceed() {
93
// Test root level file
94
URL indexUrl = context.getResource("index.html");
95
assertNotNull(indexUrl, "Should resolve index.html");
0 commit comments