diff --git a/changes/301.fixed b/changes/301.fixed new file mode 100644 index 0000000..7842af9 --- /dev/null +++ b/changes/301.fixed @@ -0,0 +1 @@ +Fixed missing job argument for the troubleshooting job. diff --git a/nautobot_device_onboarding/jobs.py b/nautobot_device_onboarding/jobs.py index 90155f7..9098e72 100755 --- a/nautobot_device_onboarding/jobs.py +++ b/nautobot_device_onboarding/jobs.py @@ -777,7 +777,7 @@ def run(self, *args, **kwargs): # pragma: no cover username, password, secret = ( # pylint:disable=unused-variable _parse_credentials(kwargs["secrets_group"]) ) - + kwargs["connectivity_test"] = False # Initiate Nornir instance with empty inventory compiled_results = {} try: