Skip to content

Commit 0d9b797

Browse files
committed
Fix AD-specific runner guard
1 parent 7bc49bc commit 0d9b797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/domain_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def test_membership_for_posixGroups
227227

228228
class GitHubLdapActiveDirectoryGroupsTest < GitHub::Ldap::Test
229229
def run(*)
230-
self.class.test_env != "activedirectory" ? super : self
230+
self.class.test_env == "activedirectory" ? super : self
231231
end
232232

233233
def test_filter_groups

0 commit comments

Comments
 (0)