Эх сурвалжийг харах

HUE-9125 [backend] Fix failing test related to configuration page changes

Johan Ahlen 5 жил өмнө
parent
commit
adce4f66ef

+ 1 - 1
desktop/core/src/desktop/tests.py

@@ -632,7 +632,7 @@ def test_error_handling_failure():
   try:
   try:
     # Make sure we are showing default 500.html page.
     # Make sure we are showing default 500.html page.
     # See django.test.client#L246
     # See django.test.client#L246
-    assert_raises(AttributeError, c.get, reverse('desktop.views.dump_config'))
+    assert_raises(AttributeError, c.get, reverse('desktop.views.threads'))
   finally:
   finally:
     # Restore the world
     # Restore the world
     restore_django_debug()
     restore_django_debug()