Skip to content

Commit

Permalink
Store on disk false
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex committed Aug 9, 2024
1 parent 0e9a255 commit c506275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osv/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def start_datastore_emulator():
'--consistency=1.0',
'--host-port=localhost:' + port,
'--project=' + TEST_PROJECT_ID,
'--no-store-on-disk',
'--store_on_disk=False',
],
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT)
Expand Down

0 comments on commit c506275

Please sign in to comment.