Skip to content

Commit f420476

Browse files
author
Kairo de Araujo
committed
Include tuf.url to settings in conftest
Missing tuf.url setting in the conftest for the app_config. Signed-off-by: Kairo de Araujo <[email protected]>
1 parent c943a7c commit f420476

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ def app_config(database):
265265
"warehouse.malware.services.PrinterMalwareCheckService"
266266
),
267267
"files.url": "http://localhost:7000/",
268+
"tuf.url": "http://licalhost:7000/metadata/",
268269
"sessions.secret": "123456",
269270
"sessions.url": "redis://localhost:0/",
270271
"statuspage.url": "https://2p66nmmycsj3.statuspage.io",

0 commit comments

Comments
 (0)