This commit is contained in:
Ichinga Samuel
2024-11-23 10:23:01 +01:00
parent 9d9c02fcfd
commit f8c4c6e9a7
19 changed files with 279 additions and 209 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ async def config(request):
data = json.load(fh)
json.dump(data, fh1, indent=2)
json.dump(data, fh2, indent=2)
config = Config(root="tests/live", filename="test.json")
config = Config(root="tests/live", config_file="tests/live/test.json")
yield config
await cleanup()