Skip to content

Commit c7ee53b

Browse files
committed
Rename hypervisor-get to hypervisor-statistic-get
1 parent df368cd commit c7ee53b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/unit/Compute/v2/ServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function test_it_gets_hypervisor_statistics()
134134
$this->client
135135
->request('GET', 'os-hypervisors/statistics', ['headers' => []])
136136
->shouldBeCalled()
137-
->willReturn($this->getFixture('hypervisor-get'));
137+
->willReturn($this->getFixture('hypervisor-statistic-get'));
138138

139139
$hypervisorStats = $this->service->getHypervisorStatistics();
140140

0 commit comments

Comments
 (0)