We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65654dc commit 01d5266Copy full SHA for 01d5266
test/test_api.py
@@ -60,7 +60,7 @@ def test_url_construction(self):
60
'part/': 'http://localhost:1234/api/part/',
61
'/api/stock/': 'http://localhost:1234/api/stock/',
62
'/plugin/part/': 'http://localhost:1234/plugin/part/',
63
- 'order/so/shipment': 'http://localhost:1234/api/order/so/shipment/',
+ 'order/so/shipment': 'http://localhost:1234/api/order/so/shipment',
64
'https://example.com/': 'https://example.com/',
65
}
66
0 commit comments