From 08339229db6da6e76726162ba325a625b558cfb6 Mon Sep 17 00:00:00 2001 From: Guillaume Pasquet Date: Sat, 26 Mar 2022 06:22:34 +0000 Subject: Feature/16 dependencies --- test_api/test_api_auth.barb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test_api/test_api_auth.barb (limited to 'test_api/test_api_auth.barb') diff --git a/test_api/test_api_auth.barb b/test_api/test_api_auth.barb new file mode 100644 index 0000000..40da734 --- /dev/null +++ b/test_api/test_api_auth.barb @@ -0,0 +1,7 @@ +#POST^http://localhost:8080/auth +#TOKEN$$.token + +{ + "username": "john.doe", + "password": "foobar123" +} \ No newline at end of file -- cgit v1.2.3