univ-of-utah-marriott-library-apple / python-jamf

`python-jamf` is a library for connecting to a Jamf Server. It maps Jamf Pro records to a Record class. It is the basis for the `jctl` tool to automate patch management & packages and many other items.
MIT License
55 stars 16 forks source link

Fixed test_records.py. Failing tests down to 7 #9

Closed Honestpuck closed 3 years ago

Honestpuck commented 3 years ago

The usual confusion because JSS endpoints are no underscore, e.g. computergroups but the data returned has an underscore, e.g. computer_groups. Thanks Jamf. The error was in the mock API code.