mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-02-23 06:38:37 -06:00
etapi improvements and more tests
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
POST {{triliumHost}}/etapi/refresh-note-ordering/root
|
||||
Authorization: {{authToken}}
|
||||
|
||||
> {%
|
||||
client.test("Request executed successfully", function() {
|
||||
client.assert(response.status === 200, "Response status is not 200");
|
||||
});
|
||||
%}
|
||||
> {% client.assert(response.status === 200); %}
|
||||
Reference in New Issue
Block a user