We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d8c75 commit 72e9e9aCopy full SHA for 72e9e9a
1 file changed
tests/sample/Compute/v2/TestCase.php
@@ -87,6 +87,9 @@ protected function deleteServer(Server $server): void
87
88
foreach ($networks as $networkName) {
89
$network = $this->getNetworkService()->listNetworks(['name' => $networkName])->current();
90
+ if ($network == null){
91
+ continue;
92
+ }
93
$this->deleteNetwork($network);
94
}
95
0 commit comments