Skip to content

Commit 4e22415

Browse files
committed
Fix CI
Signed-off-by: Cédric Couralet <[email protected]>
1 parent 482f909 commit 4e22415

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/classes/gitlab_ci_runner_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
it { is_expected.to contain_class('gitlab_ci_runner::repo') }
422422

423423
it do
424-
is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F','server' => 'keys.gnupg.net', 'content' => undef_value,'source' => undef_value,'weak_ssl' => false)
424+
is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'keys.gnupg.net', 'content' => undef_value, 'source' => undef_value, 'weak_ssl' => false)
425425
end
426426
end
427427
end
@@ -438,7 +438,7 @@
438438
it { is_expected.to contain_class('gitlab_ci_runner::repo') }
439439

440440
it do
441-
is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F','server'=> undef_value,'content'=> undef_value,'source' => 'http://path.to/gpg.key','weak_ssl' => false)
441+
is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server'=> undef_value, 'content'=> undef_value, 'source' => 'http://path.to/gpg.key', 'weak_ssl' => false)
442442
end
443443
end
444444
end
@@ -455,7 +455,7 @@
455455
it { is_expected.to contain_class('gitlab_ci_runner::repo') }
456456

457457
it do
458-
is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F','server' => undef_value,'content' => 'somebase64encodedContent','source' => undef_value,'weak_ssl' => false)
458+
is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => undef_value, 'content' => 'somebase64encodedContent', 'source' => undef_value, 'weak_ssl' => false)
459459
end
460460
end
461461

0 commit comments

Comments
 (0)