aboutsummaryrefslogtreecommitdiff
path: root/test/03-api/01-methods/delete.janet
diff options
context:
space:
mode:
Diffstat (limited to 'test/03-api/01-methods/delete.janet')
-rw-r--r--test/03-api/01-methods/delete.janet4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/03-api/01-methods/delete.janet b/test/03-api/01-methods/delete.janet
new file mode 100644
index 0000000..3d0c663
--- /dev/null
+++ b/test/03-api/01-methods/delete.janet
@@ -0,0 +1,4 @@
+(use ../../../jurl)
+(def res ((->> "https://pie.dev/delete"
+ (http :delete))))
+(assert (= 200 (res :status)))