Skip to content

Commit

Permalink
test(repositories): add trailing slash after pkgrepo fix [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Jul 1, 2022
1 parent baabb55 commit 52fd16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/default/controls/repositories.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

case os[:family]
when 'debian'
describe apt('http://rspamd.com/apt-stable') do
describe apt('http://rspamd.com/apt-stable/') do
it { should exist }
it { should be_enabled }
end
Expand Down

0 comments on commit 52fd16f

Please sign in to comment.