Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Nov 9, 2024
1 parent f868e1b commit 4f757a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sample/Compute/v2/VolumeAttachmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 4f757a1

Please sign in to comment.