nautobot / cookiecutter-nautobot-app

Cookiecutter template for creating new Nautobot Apps.
https://docs.nautobot.com/projects/cookiecutter-nautobot-app/en/latest/
Apache License 2.0
14 stars 5 forks source link

SSoT Cookie tests not updated for Nautobot 2.x.x #125

Closed Renrut5 closed 3 weeks ago

Renrut5 commented 2 months ago

Details

Job result variable creation in source of record tests fails due to changes in Modeling structure in Nautobot 2.x.x.

https://github.com/nautobot/cookiecutter-nautobot-app/blob/59c354dc095745787a3d83092e04ca274505a65b/nautobot-app-ssot/%7B%7B%20cookiecutter.project_slug%20%7D%7D/%7B%7B%20cookiecutter.app_name%20%7D%7D/tests/test_%7B%7B%20cookiecutter.system_of_record_slug%20%7D%7D_adapter.py#L34-L36

Specifically, obj_type and job_id are no longer valid attributes for JobResult objects.