We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6253db commit 7e8bacaCopy full SHA for 7e8baca
python/tests/platform/test_shared_pipeline.py
@@ -778,7 +778,8 @@ def test_listen_non_existent_view_running(self):
778
def test_pipelines(self):
779
assert self.pipeline.name in [p.name for p in Pipeline.all(TEST_CLIENT)]
780
781
- def test_completion_tokens(self):
+ # Give this test a different name than the one in platform/test_completion_tokens.
782
+ def test_completion_tokens_sdk(self):
783
self.pipeline.start()
784
self.pipeline.resume_connector("tbl", "d1")
785
token = self.pipeline.generate_completion_token("tbl", "d1")
0 commit comments