Skip to content

Commit 5ecad1e

Browse files
drop testGetSystemStats (admin-only endpoint)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 47fec66 commit 5ecad1e

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/test/java/org/databunker/DatabunkerproApiTest.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -131,18 +131,6 @@ public void testUpdateUser() throws IOException {
131131
System.out.println("New phone: " + updateData.get("phone"));
132132
}
133133

134-
@Test
135-
public void testGetSystemStats() throws IOException {
136-
if (!serverAvailable) {
137-
return;
138-
}
139-
140-
Map<String, Object> result = api.getSystemStats(null);
141-
assertNotNull(result);
142-
assertEquals("ok", result.get("status"));
143-
assertNotNull(result.get("stats"));
144-
}
145-
146134
@Test
147135
public void testGetUserHTMLReport() throws IOException {
148136
System.out.println("\nTesting user HTML report generation...");

0 commit comments

Comments
 (0)