Skip to content

Commit

Permalink
Merge pull request #134 from yuva29/fix_broken_CI
Browse files Browse the repository at this point in the history
Fix broken CI
  • Loading branch information
dseevr authored Apr 11, 2017
2 parents 246467d + 81a0c13 commit 6771e8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/ldap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ func (s *dbSuite) TestAddLdapConfiguration(c *C) {
configuration.ServiceAccountPassword = oldPwd

err = AddLdapConfiguration(&configuration)
c.Assert(err, Equals, auth_errors.ErrKeyExists)
c.Assert(err, IsNil)
configuration.ServiceAccountPassword = oldPwd

obtained, err := GetLdapConfiguration()
c.Assert(err, IsNil)
Expand Down

0 comments on commit 6771e8d

Please sign in to comment.