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