Skip to content

Commit

Permalink
fix spec syntax of settings_spec.rb
Browse files Browse the repository at this point in the history
Fixes: ea88d5e
  • Loading branch information
evgeni committed Aug 12, 2024
1 parent ea88d5e commit 0983e28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/acceptance/settings_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ class { 'pulpcore':

describe file('/etc/pulp/settings.py') do
it { is_expected.to be_file }
its(:content) do
is_expected.to include <<~EXPECTED
REST_FRAMEWORK__DEFAULT_AUTHENTICATION_CLASSES = (
'rest_framework.authentication.BasicAuthentication',
Expand Down

0 comments on commit 0983e28

Please sign in to comment.