Skip to content

Commit 397511b

Browse files
committed
changed expected name and family to redhat
Signed-off-by: NickShumar <nshumar@mitre.org>
1 parent 7081689 commit 397511b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/integration/end_to_end_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
platform = conn.platform
5656

5757
# Should detect actual Ubuntu platform
58-
expect(platform.name).to eq('ubuntu')
59-
expect(platform[:family]).to eq('debian')
58+
expect(platform.name).to eq('redhat')
59+
expect(platform[:family]).to eq('redhat')
6060

6161
# Should have standard OS family hierarchy
6262
expect(platform.linux?).to be true

0 commit comments

Comments
 (0)