Fixed deprecated ednpoints.
## Summary <!-- Add a brief description of the pr: --> ## Additional Information <!-- Any additional information like breaking changes, dependencies added, screenshots, comparisons between new and old behavior, etc. -->
This commit is contained in:
@@ -104,8 +104,4 @@ describe('Public Unified Margin REST API Endpoints', () => {
|
||||
it('getServerTime()', async () => {
|
||||
expect(await api.getServerTime()).toMatchObject(successResponseObject());
|
||||
});
|
||||
|
||||
it('getAnnouncements()', async () => {
|
||||
expect(await api.getAnnouncements()).toMatchObject(successResponseObject());
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user