Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
natoverse committed Feb 12, 2025
1 parent 48e1662 commit 4787a2a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/unit/config/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,13 @@
"container_name": None,
"storage_account_blob_url": None,
},
"update_index_output": None,
"update_index_output": {
"type": defs.OUTPUT_TYPE,
"base_dir": defs.UPDATE_OUTPUT_BASE_DIR,
"connection_string": None,
"container_name": None,
"storage_account_blob_url": None,
},
"cache": {
"type": defs.CACHE_TYPE,
"base_dir": defs.CACHE_BASE_DIR,
Expand Down

0 comments on commit 4787a2a

Please sign in to comment.