diff --git a/tests/Feature/NetworkWatchTest.php b/tests/Feature/NetworkWatchTest.php index c46a27e..8084e47 100644 --- a/tests/Feature/NetworkWatchTest.php +++ b/tests/Feature/NetworkWatchTest.php @@ -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...";