# HG changeset patch
# User Frank Bessou <frank.bessou@logilab.fr>
# Date 1685547712 -7200
#      Wed May 31 17:41:52 2023 +0200
# Node ID da32f65a9d769b2762412de96c60720795f0d2bf
# Parent  7c6faf78067e365bd8c0676424337a725ba31f13
fix(test): enable pyramid authentication in tests

diff --git a/test/test_api.py b/test/test_api.py
--- a/test/test_api.py
+++ b/test/test_api.py
@@ -50,6 +50,8 @@
 
 
 class ApiTC(PyramidCWTest):
+    settings = {"cubicweb.includes": ["cubicweb.pyramid.auth"]}
+
     @classmethod
     def init_config(cls, config):
         super().init_config(config)