From d547cecc28efaf3f460b6173937286267ff7e8d2 Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Sat, 13 Nov 2021 18:14:21 +0200 Subject: [PATCH] Fixed name --- tests/Feature/NetworkWatchTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...";