Skip to content
Snippets Groups Projects
Commit 455c017e authored by Sebastian Lobinger's avatar Sebastian Lobinger
Browse files

add check for missing token mandatory key in test_mandatory_keys_in_spec

seems already implemented in sams_hub.py
parent 444182b1
Branches
Tags
1 merge request!11Resolve "SAMSProxy entwickeln"
...@@ -33,6 +33,8 @@ class TestSAMSHub(unittest.TestCase): ...@@ -33,6 +33,8 @@ class TestSAMSHub(unittest.TestCase):
, 'token': {'name': 'user'}}, , 'token': {'name': 'user'}},
{'in': '/foo/bar', 'out': 'http://baz.foo' {'in': '/foo/bar', 'out': 'http://baz.foo'
, 'token': {'value': 'user'}}, , 'token': {'value': 'user'}},
{'in': '/foo/bar', 'out': 'http://baz.foo'
, 'token': {'name': 'user', 'value': 'user'}},
{'in': '/foo/bar', 'out': 'http://baz.foo' {'in': '/foo/bar', 'out': 'http://baz.foo'
, 'session-passthrough': {}}, , 'session-passthrough': {}},
{'in': '/foo/bar', 'out': 'http://baz.foo' {'in': '/foo/bar', 'out': 'http://baz.foo'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment