Skip to content

Commit

Permalink
Move store on disk flag location?
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex committed Aug 9, 2024
1 parent c506275 commit 8385b0c
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 @@ -117,10 +117,10 @@ def start_datastore_emulator():
'emulators',
'datastore',
'start',
'--no-store-on-disk',
'--consistency=1.0',
'--host-port=localhost:' + port,
'--project=' + TEST_PROJECT_ID,
'--store_on_disk=False',
],
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT)
Expand Down

0 comments on commit 8385b0c

Please sign in to comment.