Skip to content

Commit

Permalink
Change test server store names for bg test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
JBorrow committed Jan 29, 2024
1 parent 040372e commit 23115a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def server_setup(tmp_path_factory) -> Server:

store_config = [
{
"store_name": "test_store",
"store_name": "local_store",
"store_type": "local",
"ingestable": True,
"store_data": {
Expand All @@ -90,7 +90,7 @@ def server_setup(tmp_path_factory) -> Server:
},
},
{
"store_name": "test_store_clone",
"store_name": "local_clone",
"store_type": "local",
"ingestable": False,
"store_data": {
Expand Down

0 comments on commit 23115a6

Please sign in to comment.