Skip to content

Commit d80dbc5

Browse files
committed
Update one Domain test with correct fixture
1 parent 19aa507 commit d80dbc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/domain_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ def setup
77
end
88

99
def test_user_valid_login
10-
user = @domain.valid_login?('calavera', 'passworD1')
11-
assert_equal 'uid=calavera,dc=github,dc=com', user.dn
10+
assert user = @domain.valid_login?('user1', 'passworD1')
11+
assert_equal 'uid=user1,ou=People,dc=github,dc=com', user.dn
1212
end
1313

1414
def test_user_with_invalid_password

0 commit comments

Comments
 (0)