Skip to content

Commit

Permalink
[UNIT-TEST]: Change dummy api
Browse files Browse the repository at this point in the history
REASON:
 - Old url https://jsonplaceholder.typicode.com/todos/100 currently returning 403
  • Loading branch information
amadolid committed Oct 24, 2023
1 parent 0b37484 commit 2d820ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaseci_serv/jaseci_serv/svc/tests/test_task_svc.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def test_add_scheduled_sequence(self):
},
{
"method": "GET",
"api": "https://jsonplaceholder.typicode.com/todos/100",
"api": "https://dummyjson.com/products/1",
"save_to": "testing_nested",
"save_req_to": "req_testing_nested",
},
Expand Down

0 comments on commit 2d820ba

Please sign in to comment.