Skip to content

Commit 01d5266

Browse files
Fix unit test
1 parent 65654dc commit 01d5266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_url_construction(self):
6060
'part/': 'http://localhost:1234/api/part/',
6161
'/api/stock/': 'http://localhost:1234/api/stock/',
6262
'/plugin/part/': 'http://localhost:1234/plugin/part/',
63-
'order/so/shipment': 'http://localhost:1234/api/order/so/shipment/',
63+
'order/so/shipment': 'http://localhost:1234/api/order/so/shipment',
6464
'https://example.com/': 'https://example.com/',
6565
}
6666

0 commit comments

Comments
 (0)