Explorar o código

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

Johan Ahlen %!s(int64=5) %!d(string=hai) anos
pai
achega
adce4f66ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      desktop/core/src/desktop/tests.py

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

@@ -632,7 +632,7 @@ def test_error_handling_failure():
   try:
     # Make sure we are showing default 500.html page.
     # 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:
     # Restore the world
     restore_django_debug()