Commit a333004b authored by Rafael Monnerat's avatar Rafael Monnerat 👻

fixup! slapos_panel: fix outdated link

parent e108e837
Pipeline #39391 failed with stage
in 0 seconds
......@@ -145,7 +145,7 @@ class DefaultScenarioMixin(TestSlapOSSecurityMixin):
web_site.slapos_master_panel.hateoas.connection.ERP5Site_activeLogin(key=join_key)
self.assertEqual(self.portal.REQUEST.RESPONSE.getStatus(), 303)
self.assertIn(self.web_site.getId() + "/%23%21login%3Fp.page%3Dslapos%7B%26n.me%7D",
self.assertIn(self.web_site.getId() + "/%23%21login%3Fp.page%3Dslapos_master_panel_access%26p.view%3D1%7B%26n.me%7D",
self.portal.REQUEST.RESPONSE.getHeader("Location"))
self.tic()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment