Skip to content

Commit

Permalink
Test update.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Feb 12, 2020
1 parent e77909f commit 3b1100a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_bootstrap(self, run_command_mock, monkeypatch):
'mkdir -p /var/lib/mydemo/media',
'chown -R mydemo:mydemo /var/lib/mydemo/media',
'setfacl -Rm "g:mydemo:rwX,d:g:mydemo:rwX" /var/lib/mydemo/media',
'ln -sf /srv/mydemo/conf/django.py /srv/mydemo/mydemo/settings/settings_production.py',
'ln -sf /srv/mydemo/conf/settings_production.py /srv/mydemo/mydemo/settings/settings_production.py',
'mydemo migrate',
'mydemo createsuperuser --email idlesign@some.com --username idlesign',
'touch /var/lib/mydemo/reloader',
Expand Down

0 comments on commit 3b1100a

Please sign in to comment.