Skip to content

Commit 89680e4

Browse files
committed
Fix test
1 parent 1685545 commit 89680e4

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## [3.1.1] - 2021-07-01
7+
8+
### Fixed
9+
10+
- Fix a test that had gone red
11+
612
## [3.1.0] - 2021-07-01
713

814
### Added

otp/twofactor/sms2fa/sms_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,6 @@ func TestValidatorPostOk(t *testing.T) {
509509
if !opts.FollowRedirParam {
510510
t.Error("redir param is not set")
511511
}
512-
if opts.Success != "Successfully Authenticated" {
513-
t.Error("should have had a success message")
514-
}
515512

516513
if pid := h.session.ClientValues[authboss.SessionKey]; pid != user.Email {
517514
t.Error("session pid should be set:", pid)

0 commit comments

Comments
 (0)