test(api): Dont test a django object that has not been customised

ref: #897 #895 #877
This commit is contained in:
2025-07-28 09:55:31 +09:30
parent fc5490afe0
commit 209c01f5a3
2 changed files with 0 additions and 197 deletions

View File

@ -33,14 +33,6 @@ class ViewsetTestCases(
'type': type(None),
'value': None
},
# 'allowed_methods': {
# 'type': list,
# 'value': [
# 'GET',
# 'HEAD',
# 'OPTIONS',
# ]
# },
'back_url': {
'type': type(None),
'value': None