Skip to content

Commit

Permalink
Fix other test
Browse files Browse the repository at this point in the history
  • Loading branch information
Weves committed Feb 13, 2025
1 parent a6fbb42 commit bc39914
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,10 @@ def test_connector_deletion(reset: None, vespa_client: vespa_fixture) -> None:
connector_credential_pair_id=cc_pair_1.id,
failure=ConnectorFailure(
failure_message="Test error",
failed_document=None,
failed_document=DocumentFailure(
document_id=cc_pair_1.documents[0].id,
document_link=None,
),
failed_entity=None,
),
db_session=db_session,
Expand Down

0 comments on commit bc39914

Please sign in to comment.