cleaning and expand public api tests
This commit is contained in:
@@ -20,3 +20,7 @@ export function successResponseObject() {
|
||||
"time_now": expect.any(String),
|
||||
};
|
||||
};
|
||||
|
||||
export function notAuthenticatedError() {
|
||||
return new Error('Private endpoints require api and private keys set');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user