mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Removed API key from admin/summary
This commit is contained in:
@@ -35,7 +35,7 @@ public class AdminApiTests extends ApiCommon {
|
||||
// Set localAuthBypassEnabled to true, since we don't need to test authentication here
|
||||
FieldUtils.writeField(Settings.getInstance(), "localAuthBypassEnabled", true, true);
|
||||
|
||||
assertNotNull(this.adminResource.summary("testApiKey"));
|
||||
assertNotNull(this.adminResource.summary());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user