Skip to content

Commit 7886629

Browse files
add parameterization
1 parent 854c9af commit 7886629

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integrations/langchain/test_langchain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ def get_word_length(word: str) -> int:
237237
return len(word)
238238

239239

240+
@pytest.mark.parametrize("stream_gen_ai_spans", [True, False])
240241
def test_langchain_text_completion(
241242
sentry_init,
242243
capture_events,

0 commit comments

Comments
 (0)