Skip to content

Commit c89a0a4

Browse files
committed
Update
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
1 parent 5fc829a commit c89a0a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test_workflow/smoke_test/smoke_test_cluster_opensearch.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def __init__(
3434
) -> None:
3535
self.args = args
3636
self.work_dir = work_dir
37+
self.test_recorder = test_recorder
3738
self.process_handler = Process()
3839
self.test_manifest = TestManifest.from_path(args.test_manifest_path)
3940
self.product = self.test_manifest.name.lower().replace(" ", "-")
@@ -46,8 +47,6 @@ def __init__(
4647
self.dist = self.bundle_manifest.build.distribution
4748
self.distribution = Distributions.get_distribution(self.product, self.dist, self.version, work_dir)
4849

49-
self.test_recorder = test_recorder
50-
5150
def cluster_version(self) -> str:
5251
return self.version
5352

0 commit comments

Comments
 (0)