Skip to content

Commit 7e8baca

Browse files
committed
[py] Dedup platform test names.
Avoid one of the tests overwriting the pipeline created by the other test. Signed-off-by: Leonid Ryzhyk <ryzhyk@gmail.com>
1 parent f6253db commit 7e8baca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/tests/platform/test_shared_pipeline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,8 @@ def test_listen_non_existent_view_running(self):
778778
def test_pipelines(self):
779779
assert self.pipeline.name in [p.name for p in Pipeline.all(TEST_CLIENT)]
780780

781-
def test_completion_tokens(self):
781+
# Give this test a different name than the one in platform/test_completion_tokens.
782+
def test_completion_tokens_sdk(self):
782783
self.pipeline.start()
783784
self.pipeline.resume_connector("tbl", "d1")
784785
token = self.pipeline.generate_completion_token("tbl", "d1")

0 commit comments

Comments
 (0)