test(api): Dont test a django object that has not been customised
ref: #897 #895 #877
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user