summaryrefslogtreecommitdiff
path: root/tests/serializers/test_natural.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/serializers/test_natural.py')
-rw-r--r--tests/serializers/test_natural.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/serializers/test_natural.py b/tests/serializers/test_natural.py
index e5592f97c8..b405dc3e28 100644
--- a/tests/serializers/test_natural.py
+++ b/tests/serializers/test_natural.py
@@ -44,7 +44,7 @@ def natural_key_serializer_test(self, format):
self.assertEqual(
obj.data,
instance.data,
- "Objects with PK=%d not equal; expected '%s' (%s), got '%s' (%s)"
+ "Objects with PK=%s not equal; expected '%s' (%s), got '%s' (%s)"
% (
obj.pk,
obj.data,