Skip to content

Commit

Permalink
Replace reference to contrib with more recent ofc vhost
Browse files Browse the repository at this point in the history
  • Loading branch information
jvperrin committed Jan 21, 2019
1 parent 549402f commit 1715682
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions tests/vhost/web_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,23 @@


VHOSTS_EXAMPLE = """
# added 2017-09-16 kpengboy
staff ofc - /ofc
# [added 2015.05.05 ckuehl]
asucarch archive.asuc.org www.archive.asuc.org,modern.asuc.org,www.modern.asuc.org -
# [added 2015.04.16 ckuehl]
staff contrib - /contrib [nossl]
ocfwiki docs.ocf.berkeley.edu - - [hsts]
"""

VHOSTS_EXAMPLE_PARSED = {
'ofc.berkeley.edu': {
'aliases': [],
'docroot': '/ofc',
'flags': [],
'username': 'staff',
},
'archive.asuc.org': {
'aliases': [
'www.archive.asuc.org',
Expand All @@ -27,12 +35,6 @@
'flags': [],
'username': 'asucarch',
},
'contrib.berkeley.edu': {
'aliases': [],
'docroot': '/contrib',
'flags': ['nossl'],
'username': 'staff',
},
'docs.ocf.berkeley.edu': {
'aliases': [],
'docroot': '/',
Expand Down

1 comment on commit 1715682

@jvperrin
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(I had to do this for the joke, ofc)

Please sign in to comment.