We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1685545 commit 89680e4Copy full SHA for 89680e4
2 files changed
CHANGELOG.md
@@ -3,6 +3,12 @@
3
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
6
+## [3.1.1] - 2021-07-01
7
+
8
+### Fixed
9
10
+- Fix a test that had gone red
11
12
## [3.1.0] - 2021-07-01
13
14
### Added
otp/twofactor/sms2fa/sms_test.go
@@ -509,9 +509,6 @@ func TestValidatorPostOk(t *testing.T) {
509
if !opts.FollowRedirParam {
510
t.Error("redir param is not set")
511
}
512
- if opts.Success != "Successfully Authenticated" {
513
- t.Error("should have had a success message")
514
- }
515
516
if pid := h.session.ClientValues[authboss.SessionKey]; pid != user.Email {
517
t.Error("session pid should be set:", pid)
0 commit comments