Skip to content

Commit

Permalink
Fixed name
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Nov 13, 2021
1 parent 067246a commit d547cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/NetworkWatchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function test_watch_pod_rejecting_connections()
public function test_watch_pod_accepting_connections()
{
/** @var \RenokiCo\PhpK8s\Kinds\K8sDeployment $deployment */
$deployment = LaravelK8s::getDeploymentByName('https://rennokki.gitbook.io/soketi-docs/-server-test');
$deployment = LaravelK8s::getDeploymentByName('soketi-server-test');

while (! $deployment->allPodsAreRunning()) {
echo "Waiting for {$deployment->getName()} deployment to have pods running...";
Expand Down

0 comments on commit d547cec

Please sign in to comment.