Spaces:
Runtime error
Runtime error
Delete example_test_cases.csv
Browse files- example_test_cases.csv +0 -5
example_test_cases.csv
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
Endpoint,Method,Expected Status Code,Expected Response Body
|
| 2 |
-
https://jsonplaceholder.typicode.com/posts/1,GET,200,"{""userId"": 1, ""id"": 1, ""title"": ""sunt aut facere repellat provident occaecati excepturi optio reprehenderit""}"
|
| 3 |
-
https://jsonplaceholder.typicode.com/posts,POST,201,"{""id"": 101}"
|
| 4 |
-
https://jsonplaceholder.typicode.com/posts/999,GET,404,"Not Found"
|
| 5 |
-
https://jsonplaceholder.typicode.com/users/1,GET,200,"{""id"": 1, ""name"": ""Leanne Graham"", ""username"": ""Bret""}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|