I am getting Test Failure when running the tester.py file.
While running tester.py whatever input I give here: –
Please enter the address of the server you want to access,
If left blank the connection will be set to ‘http://localhost:5000’: /restaurants
I am getting:–
Test 1: Creating new Restaurants…
Test 1 FAILED: Could not add new restaurants
(‘Only absolute URIs are allowed. uri = /restaurants/restaurants?location=Buenos+Aires+Argentina&mealType=Sushi’,)
What urls should I try to test it ??