Skip to content

Commit 2bd7095

Browse files
committed
shut up flake complaints about things that have changed
1 parent 3641796 commit 2bd7095

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_mig_lib_coresvc.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
'user_settings', 'mrsl_files_dir', 'resource_pending')
2525

2626

27+
def _extend_configuration(*args):
28+
pass
29+
30+
2731
def ensure_dirs_needed_by_create_user(configuration):
2832
for config_key in _USERADM_PATH_KEYS:
2933
dir_path = getattr(configuration, config_key)[0:-1]

0 commit comments

Comments
 (0)