Skip to content
Snippets Groups Projects
Commit da32f65a9d76 authored by Frank Bessou's avatar Frank Bessou :spider_web:
Browse files

fix(test): enable pyramid authentication in tests

parent 7c6faf78067e
No related branches found
No related tags found
1 merge request!46fix: enable pyramid authentication in tests
Pipeline #192440 passed
...@@ -50,6 +50,8 @@ ...@@ -50,6 +50,8 @@
class ApiTC(PyramidCWTest): class ApiTC(PyramidCWTest):
settings = {"cubicweb.includes": ["cubicweb.pyramid.auth"]}
@classmethod @classmethod
def init_config(cls, config): def init_config(cls, config):
super().init_config(config) super().init_config(config)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment