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

correct manifest in test_app_wit_view add change HADER to HEAD + OPTIONS

parent 8a62408a
Branches
No related tags found
1 merge request!16Resolve "Unterstützung von anderen HTTP-Methoden als GET innerhalb einer APP"
...@@ -63,7 +63,8 @@ class TestSAMSApp(unittest.TestCase): ...@@ -63,7 +63,8 @@ class TestSAMSApp(unittest.TestCase):
{'url': 'test/do_nothing', {'url': 'test/do_nothing',
'function': 'views.do_nothing', 'function': 'views.do_nothing',
'methods': [ 'methods': [
'GET', 'POST', 'DELETE', 'PUT', 'UPDATE', 'HEADER', 'PATCH' 'GET', 'POST', 'DELETE', 'PUT', 'UPDATE', 'HEAD', 'PATCH',
'OPTIONS'
] ]
} }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment