You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ??
The text was updated successfully, but these errors were encountered:
contactavishek
changed the title
Test Failure when running the tester.py
APIs/Lesson_3/06_Adding Features to your Mashup/Solution Code/ "Getting Test Failure when running the tester.py "
Dec 21, 2017
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 ??
The text was updated successfully, but these errors were encountered: