Skip to content

Commit

Permalink
Feature #26: Update to unit test to check the redirection after chang…
Browse files Browse the repository at this point in the history
…e-password
  • Loading branch information
stcarrez committed Sep 18, 2022
1 parent 8934b34 commit c454e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awa/regtests/awa-commands-tests.adb
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ package body AWA.Commands.Tests is

Util.Tests.Assert_Equals (T, ASF.Responses.Sc_Moved_Temporarily, Reply.Get_Status,
"Invalid response");
ASF.Tests.Assert_Redirect (T, "/asfunit/auth/login.html",
ASF.Tests.Assert_Redirect (T, "/asfunit/workspaces/main.html",
Reply, "Invalid redirect after change-password");

-- Check that the user is logged and we have a user principal now.
Expand Down

0 comments on commit c454e87

Please sign in to comment.