Skip to content

Commit 5d1416c

Browse files
authored
Merge pull request #1142 from tisnik/lcore-1249-config-for-sqlite
LCORE-1249: config for SQLite should be separated
2 parents 6747f34 + 04180d1 commit 5d1416c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

tests/benchmarks/test_app_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def configuration_filename_fixture() -> str:
3030
Returns:
3131
str: Path to the benchmark configuration file to load.
3232
"""
33-
return "tests/configuration/benchmarks-lightspeed-stack.yaml"
33+
return "tests/configuration/benchmarks-sqlite.yaml"
3434

3535

3636
@pytest.fixture(name="sqlite_database")
File renamed without changes.

0 commit comments

Comments
 (0)