Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harnash committed Mar 4, 2017
1 parent 163fbb6 commit a7dfc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sample_projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_envrc(cookies):
extra_context = {'project_name': 'environ'}

with temporary_project(cookies, extra_context=extra_context) as result:
envrc_file = result.project.join('.envrc')
envrc_file = result.project.join('environ', '.envrc')
lines = [x.strip() for x in envrc_file.readlines(cr=False)]
assert 'ENVIRON_SECRET_KEY' in lines
assert 'ENVIRON_DATABASE_URL' in lines

0 comments on commit a7dfc9f

Please sign in to comment.