From 8385b0cfe3ce9bb9576e60d3c08ae843e6cd1f22 Mon Sep 17 00:00:00 2001 From: Rex P Date: Fri, 9 Aug 2024 11:00:47 +1000 Subject: [PATCH] Move store on disk flag location? --- osv/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osv/tests.py b/osv/tests.py index 0719560a109..f2eb1bc61e8 100644 --- a/osv/tests.py +++ b/osv/tests.py @@ -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)