Skip to content

Commit

Permalink
fix: re-enable test
Browse files Browse the repository at this point in the history
- security test was left commented

Contributes to: strimzi#106

Signed-off-by: Nic Townsend <[email protected]>
  • Loading branch information
nictownsend committed Dec 7, 2020
1 parent e63cae3 commit f7f6048
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server/security/security.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Feature: Security module
Scenario: SCRAM - authenticate valid credentials

Given a server with a 'security' configuration
# And authentication type 'scram' is required
# And I run an instance of the Strimzi-UI server
# And a scram user is valid
# When I send credentials to endpoint '/auth/login'
# Then I get the expected status code '200' response
And authentication type 'scram' is required
And I run an instance of the Strimzi-UI server
And a scram user is valid
When I send credentials to endpoint '/auth/login'
Then I get the expected status code '200' response

Scenario: SCRAM - authenticate invalid credentials

Expand Down

0 comments on commit f7f6048

Please sign in to comment.