Skip to content

Commit 92031d6

Browse files
committed
Merge pull request redhat-openstack#261 from cmurphy/master
Fix spec tests
2 parents a53e0c2 + cf6457f commit 92031d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/classes/rabbitmq_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602
'release' => 'testing',
603603
'repos' => 'main',
604604
'include_src' => false,
605-
'key' => '056E8E56'
605+
'key' => 'F7B8CEA6056E8E56'
606606
) }
607607
end
608608
end
@@ -616,7 +616,7 @@
616616
'release' => 'testing',
617617
'repos' => 'main',
618618
'include_src' => false,
619-
'key' => '056E8E56'
619+
'key' => 'F7B8CEA6056E8E56'
620620
) }
621621

622622
it { should contain_apt__pin('rabbitmq').with(

0 commit comments

Comments
 (0)