Skip to content

Commit

Permalink
shut up flake complaints about things that have changed
Browse files Browse the repository at this point in the history
  • Loading branch information
albu-diku committed Feb 25, 2025
1 parent 3641796 commit 2bd7095
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_mig_lib_coresvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
'user_settings', 'mrsl_files_dir', 'resource_pending')


def _extend_configuration(*args):
pass


def ensure_dirs_needed_by_create_user(configuration):
for config_key in _USERADM_PATH_KEYS:
dir_path = getattr(configuration, config_key)[0:-1]
Expand Down

0 comments on commit 2bd7095

Please sign in to comment.