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