Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Mar 22, 2021
1 parent 96d275f commit 7765799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PodTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public function runCreationTests()
$this->assertCount(1, $pod->getPodIps());
$this->assertEquals('BestEffort', $pod->getQos());

$ipSlug = Str::slug($this->getPodIps()[0]['ip']);
$ipSlug = Str::slug($pod->getPodIps()[0]['ip']);
$this->assertEquals("{$ipSlug}.{$pod->getNamespace()}.pod.cluster.local", $pod->getClusterDns());
}

Expand Down

0 comments on commit 7765799

Please sign in to comment.