Update a test for new Django model repr
Review Request #11975 — Created Jan. 22, 2022 and submitted — Latest diff uploaded
Django has updated the built-in
__repr__
method for model instances to
include the pk in the text. We had one unit test that was affected and
needed to be updated.
Ran unit tests.