backend-test #10

Open
piair wants to merge 51 commits from backend-test into main
Showing only changes of commit 3673aa379c - Show all commits

View File

@ -613,7 +613,6 @@ public class SharedApiServiceTest {
* I pushed this half-human code. * I pushed this half-human code.
*/ */
// --- Test Methods (Use static data from @BeforeAll where possible) --- // --- Test Methods (Use static data from @BeforeAll where possible) ---
/* /*
@ -984,5 +983,4 @@ public class SharedApiServiceTest {
assertEquals(HttpStatus.UNAUTHORIZED, exception.getStatusCode()); assertEquals(HttpStatus.UNAUTHORIZED, exception.getStatusCode());
} }
} }