Skip to content

Commit

Permalink
Update spec test case for location format change
Browse files Browse the repository at this point in the history
  • Loading branch information
skovic committed Jul 11, 2017
1 parent 722e979 commit e7be4da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
expect(guest_device[:firmwares][0][:version]).to eq("17.4.4.2a")
expect(guest_device[:manufacturer]).to eq("IBM")
expect(guest_device[:field_replaceable_unit]).to eq("90Y9373")
expect(guest_device[:location]).to eq("7")
expect(guest_device[:location]).to eq("Bay 7")

expect(guest_device[:child_devices][0][:address]).to eq("00:0A:F7:25:67:38")
expect(guest_device[:child_devices][0][:device_type]).to eq("ethernet port")
Expand Down

0 comments on commit e7be4da

Please sign in to comment.