Skip to content

Commit 116d936

Browse files
committed
get mission=simln
1 parent 3748616 commit 116d936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/simln_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def run_plugin(self):
4545

4646
def copy_results(self) -> bool:
4747
self.log.info("Copying results")
48-
pod = get_pods_with_label("mission=plugin")[0]
48+
pod = get_pods_with_label("mission=simln")[0]
4949
self.wait_for_gossip_sync(2)
5050
wait_for_pod(pod.metadata.name, 60)
5151
sleep(20)

0 commit comments

Comments
 (0)