Skip to content

Commit 0112d92

Browse files
committed
Fixed test with tier backend
1 parent f5cfbaa commit 0112d92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/JobTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public function runCreationTests()
8585

8686
$pod = $this->cluster->pod()
8787
->setName('perl')
88+
->setLabels(['tier' => 'backend'])
8889
->setContainers([$pi])
8990
->neverRestart();
9091

0 commit comments

Comments
 (0)