Skip to content

Commit 9112d08

Browse files
committed
PA-655 Updated website_info fixture to match reality, by: Giles, Piotr
1 parent 8d7c23e commit 9112d08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_website.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ def website_info(domain_name, command):
3333
"enabled": True,
3434
"id": 42,
3535
"user": getpass.getuser(),
36+
"logfiles": {
37+
"access": f"/var/log/{domain_name}.access.log",
38+
"error": f"/var/log/{domain_name}.error.log",
39+
"server": f"/var/log/{domain_name}.server.log",
40+
},
3641
"webapp": {
3742
"command": command,
3843
"domains": [

0 commit comments

Comments
 (0)