Skip to content

Commit

Permalink
modified vector store config unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyZhang1 committed Jan 27, 2025
1 parent ee091eb commit 5de49f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/config/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"url": None,
"api_key": None,
"audience": None,
"database_name": None,
},
},
"reporting": {
Expand Down Expand Up @@ -302,6 +303,7 @@ def assert_vector_store_configs(
assert store_a.audience == store_e.audience
assert store_a.container_name == store_e.container_name
assert store_a.overwrite == store_e.overwrite
assert store_a.database_name == store_e.database_name


def assert_reporting_configs(
Expand Down

0 comments on commit 5de49f2

Please sign in to comment.