Skip to content

Commit

Permalink
2nd attempt at fixing db test
Browse files Browse the repository at this point in the history
  • Loading branch information
senko committed Dec 31, 2023
1 parent 4dbabc9 commit 71dc0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/test_main_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

def test_init():
# When
os.environ['DB_NAME'] = ':memory:'
os.environ['DB_NAME'] = 'e2etest.sqlite'

args = init()

Expand Down

0 comments on commit 71dc0fd

Please sign in to comment.