|
|
@@ -432,7 +432,8 @@ LIMIT $limit"""))
|
|
|
|
|
|
# other user can access document
|
|
|
response = self.client_not_me.get(reverse('oozie:edit_workflow'), {'workflow': wf_doc.uuid})
|
|
|
- assert_equal(response.status_code, 200)
|
|
|
+ assert_false('Document does not exist or you don't have the permission to access it.' in response.content,
|
|
|
+ response.content)
|
|
|
finally:
|
|
|
wf_doc.delete()
|
|
|
|