Skip to content

Commit

Permalink
Fixed test with tier backend
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Jul 29, 2022
1 parent f5cfbaa commit 0112d92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/JobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public function runCreationTests()

$pod = $this->cluster->pod()
->setName('perl')
->setLabels(['tier' => 'backend'])
->setContainers([$pi])
->neverRestart();

Expand Down

0 comments on commit 0112d92

Please sign in to comment.