Skip to content

Commit

Permalink
Reactivate test
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrl committed Nov 14, 2024
1 parent 8029e92 commit 52b5d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/nvidia/tests/test_document_embedder.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def test_to_dict_with_custom_init_parameters(self, monkeypatch):
},
}

def from_dict(self, monkeypatch):
def test_from_dict(self, monkeypatch):
monkeypatch.setenv("NVIDIA_API_KEY", "fake-api-key")
data = {
"type": "haystack_integrations.components.embedders.nvidia.document_embedder.NvidiaDocumentEmbedder",
Expand Down

0 comments on commit 52b5d2c

Please sign in to comment.