Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
style: format init template regression test
Signed-off-by: antznette1 <ochiezeanthonette@gmail.com>
  • Loading branch information
antznette1 committed Dec 17, 2025
commit 42fd2f1d1f9a7d6c4ae397fa383901d20d5610ff
3 changes: 2 additions & 1 deletion sdk/python/tests/unit/local_feast_tests/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@ def test_postgres_template_registry_path_is_parameterized() -> None:
/ "feature_store.yaml"
)
contents = template_fs_yaml.read_text(encoding="utf-8")
assert "path: postgresql://DB_USERNAME:DB_PASSWORD@DB_HOST:DB_PORT/DB_NAME" in contents
expected = "path: postgresql://DB_USERNAME:DB_PASSWORD@DB_HOST:DB_PORT/DB_NAME"
assert expected in contents
Loading