Skip to content

Commit

Permalink
Include tuf.url to settings in conftest
Browse files Browse the repository at this point in the history
Missing tuf.url setting in the conftest for the app_config.

Signed-off-by: Kairo de Araujo <kdearaujo@vmware.com>
  • Loading branch information
Kairo de Araujo committed Sep 30, 2022
1 parent c943a7c commit f420476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ def app_config(database):
"warehouse.malware.services.PrinterMalwareCheckService"
),
"files.url": "http://localhost:7000/",
"tuf.url": "http://licalhost:7000/metadata/",
"sessions.secret": "123456",
"sessions.url": "redis://localhost:0/",
"statuspage.url": "https://2p66nmmycsj3.statuspage.io",
Expand Down

0 comments on commit f420476

Please sign in to comment.