Skip to content

Commit 4e687ef

Browse files
committed
Fix test/expected/06_reuse_interval_1.out
Commit 0c17061 touched only test/expected/06_reuse_interval.out but neglected to updated the alternative test/expected/06_reuse_interval_1.out output file. Fix.
1 parent d914cb3 commit 4e687ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/expected/06_reuse_interval_1.out

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ SELECT rolename, password_hash FROM pg_password_history WHERE rolename = 'credte
4747
(1 row)
4848

4949
-- success, but the old password must be kept in the history (interval not reached)
50-
ALTER USER credtest PASSWORD 'AJ8YuRe=6O0';
50+
ALTER USER credtest PASSWORD 'AJ8YuRe=6O1';
5151
SELECT rolename, password_hash FROM pg_password_history WHERE rolename = 'credtest' ORDER BY password_date ;
5252
rolename | password_hash
5353
----------+------------------------------------------------------------------
5454
credtest | c38cf85ca6c3e5ee72c09cf0bfb42fb29b0f0a3e8ba335637941d60f86512508
55-
credtest | c0b37cb82bc2b8a2aae606362754072224fe01651aabc688c4aa240ab450f916
55+
credtest | 9b8221d3b2db06d2b736bbf1d45d046adc7b476e2c20a61adc4dd1886cbbb1ed
5656
(2 rows)
5757

5858
-- fail, the password is still present in the history

0 commit comments

Comments
 (0)