diff --git a/mica/report/tests/test_write_report.py b/mica/report/tests/test_write_report.py index 639fad21..d2a1131d 100644 --- a/mica/report/tests/test_write_report.py +++ b/mica/report/tests/test_write_report.py @@ -20,8 +20,8 @@ except Exception as e: HAS_SYBASE_ACCESS = False - # If the user should have access, warn about the issue. - if on_head_network(): + # If the user should have access, warn about the issue. kadi user does not have access. + if on_head_network() and user != 'kadi': warn(f"On HEAD but Sqsh did not work. {e}")