We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01dafe7 commit 73797e6Copy full SHA for 73797e6
1 file changed
generative_ai/embeddings/test_embeddings_examples.py
@@ -35,7 +35,6 @@
35
36
37
@backoff.on_exception(backoff.expo, ResourceExhausted, max_time=10)
38
-@pytest.fixture(scope="session")
39
def test_embed_text_batch() -> None:
40
os.environ["GCS_OUTPUT_URI"] = "gs://python-docs-samples-tests/"
41
batch_prediction_job = batch_example.embed_text_batch()
0 commit comments