mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 00:04:23 -04:00
Dev Improvements (#2058)
* added ruff cache to git ignore * moved venv to project and added interpreter path * added dummy method to LDAP test * removed unused setting
This commit is contained in:
@@ -40,6 +40,9 @@ def test_ldap_authentication_mocked(monkeypatch: MonkeyPatch):
|
||||
assert scope == ldap.SCOPE_SUBTREE
|
||||
return [()]
|
||||
|
||||
def set_option(*args, **kwargs):
|
||||
pass
|
||||
|
||||
def ldap_initialize_mock(url):
|
||||
assert url == ""
|
||||
return LdapConnMock()
|
||||
|
||||
Reference in New Issue
Block a user