소스 검색

test with existing app

Denis K 9 년 전
부모
커밋
5be096f17d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jet/tests/test_views.py

+ 1 - 1
jet/tests/test_views.py

@@ -166,7 +166,7 @@ class ViewsTestCase(TestCase):
         self.assertNotEqual(module, None)
 
     def test_add_user_app_dashboard_module_view(self):
-        app_label = 'app_test'
+        app_label = 'auth'
         response = self.admin.post(reverse('jet-dashboard:add_user_dashboard_module'), {
             'app_label': app_label,
             'type': 'available_children',