Changes in MapContext
This commit is contained in:
parent
0fe98d4f8f
commit
ab669b9f5e
@ -242,13 +242,13 @@ class TaggableViewTestCaseMixin:
|
|||||||
)
|
)
|
||||||
|
|
||||||
self.assertTrue(
|
self.assertTrue(
|
||||||
'submit_url_name' in context,
|
'submit_url' in context,
|
||||||
msg='Expecting the context for taggable to contain \'submit_url_name\' attribute'
|
msg='Expecting the context for taggable to contain \'submit_url\' attribute'
|
||||||
)
|
)
|
||||||
|
|
||||||
self.assertTrue(
|
self.assertTrue(
|
||||||
type(context['submit_url_name']) == str,
|
type(context['submit_url']) == str,
|
||||||
msg='Expecting submit_url_name to be of type string'
|
msg='Expecting submit_url to be of type string'
|
||||||
)
|
)
|
||||||
|
|
||||||
self.assertTrue(
|
self.assertTrue(
|
||||||
|
Loading…
Reference in New Issue
Block a user