diff --git a/tests/sample/Compute/v2/VolumeAttachmentTest.php b/tests/sample/Compute/v2/VolumeAttachmentTest.php index c7f3d604..bc40ab00 100644 --- a/tests/sample/Compute/v2/VolumeAttachmentTest.php +++ b/tests/sample/Compute/v2/VolumeAttachmentTest.php @@ -88,6 +88,7 @@ public function testDetach(VolumeAttachment $createdVolumeAttachment) $server->retrieve(); foreach ($server->listVolumeAttachments() as $volumeAttachment) { if ($volumeAttachment->volumeId === $createdVolumeAttachment->volumeId) { + print_r($volume); print_r($volumeAttachment); print_r($server);