Commit 628c254f authored by Romain Courteaud's avatar Romain Courteaud

slapos_jio: fixup

Forgot to update the test.
See nexedi/slapos.core@3ceef26a
parent 3ceef26a
Pipeline #17816 failed with stage
in 0 seconds
......@@ -829,7 +829,7 @@ class TestBase_getComputeNodeToken(TestSlapOSHalJsonStyleMixin):
self.login()
token = self.portal.access_token_module[token_dict["access_token"]]
self.assertIn("/Person_requestComputeNode", token.getUrlString())
self.assertIn("/Person_requestComputer", token.getUrlString())
self.assertEqual(token.getAgentValue(), person)
self.assertEqual("One Time Restricted Access Token", token.getPortalType())
......
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