Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Raruto committed May 3, 2024
1 parent d6e1e79 commit ab808dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g3w-admin/client/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def testGroupConfigApiView(self):
self.assertIsNone(resp["group"]["overviewproject"])
self.assertIsNone(resp["main_map_title"])
self.assertEqual(resp["mediaurl"], "/media/")
self.assertEqual(resp["baseurl"], "/")
self.assertFalse(resp["baseurl"].startswith('/'), 'baseurl is not an absolute URI')
self.assertEqual(resp["vectorurl"], "/vector/api/")
self.assertEqual(resp["rasterurl"], "/raster/api/")
self.assertEqual(resp["proxyurl"], reverse('interface-proxy'))
Expand Down

0 comments on commit ab808dd

Please sign in to comment.