Last chance to success (#340)

This commit is contained in:
Anton Shepilov
2024-01-22 22:30:19 +03:00
committed by GitHub
parent 2a76ddc405
commit 164a125995
9 changed files with 9 additions and 9 deletions
@@ -1,6 +1,6 @@
import {describe, expect, test} from '@jest/globals';
import { ShellLdapUserProvider } from '../src/user/shell_ldap_user';
import { LdapConfiguration } from '../src/user/ldap_user';
import { ShellLdapUserProvider } from '../src/shell_ldap_user';
import { LdapConfiguration } from '../src/ldap_user';
//FOR LOCAL DEBUG PURPOSE ONLY, ITS NOT A TEST
describe.skip('Shell LDAP User Provider', () => {