From a9ec03d58f0d91ddcc56d21edbde2492851d06ba Mon Sep 17 00:00:00 2001 From: Hubert Van De Walle Date: Sat, 25 Apr 2020 18:45:01 +0200 Subject: [PATCH] Fix test --- api/http/test.http | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/http/test.http b/api/http/test.http index 18e56e1..9a8f0f9 100644 --- a/api/http/test.http +++ b/api/http/test.http @@ -51,7 +51,7 @@ client.test("Request executed successfully", function() { %} ### Get a note -GET http://localhost:8081/notes/6c4b1524-8cd5-426c-8a07-9a9eb082e9d4 +GET http://localhost:8081/notes/{{uuid}} Authorization: Bearer {{token}} > {%