瀏覽代碼

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',