Skip to content

Commit

Permalink
Fix apache2 module on proxy
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Gedon <dominik.gedon@suse.com>
  • Loading branch information
nodeg committed Aug 22, 2023
1 parent 543b7c6 commit 6a9e84c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Feature: Setup SUSE Manager proxy
And file "/etc/sysconfig/apache2" should contain "proxy" on "proxy"
And file "/etc/sysconfig/apache2" should contain "rewrite" on "proxy"
And file "/etc/sysconfig/apache2" should contain "version" on "proxy"
And file "/etc/sysconfig/apache2" should contain "SSL" on "proxy"
And file "/etc/sysconfig/apache2" should contain "ssl" on "proxy"
And file "/etc/sysconfig/apache2" should contain "access_compat" on "proxy"
And file "/etc/sysconfig/apache2" should contain "wsgi" on "proxy"
Then I should see "proxy" via spacecmd
Expand Down

0 comments on commit 6a9e84c

Please sign in to comment.