diff --git a/subiquity/server/tests/test_controller.py b/subiquity/server/tests/test_controller.py index 89592aa7..84b37754 100644 --- a/subiquity/server/tests/test_controller.py +++ b/subiquity/server/tests/test_controller.py @@ -83,7 +83,7 @@ class TestController(SubiTestCase): exception = ctx.exception # Assert error section is based on autoinstall_key - self.assertEquals(exception.owner, "some-key") + self.assertEqual(exception.owner, "some-key") # Assert apport report is not created # This only checks that controllers do not manually create an apport