def test_empty_response_means_domain_is_not_disposable(self):
     res = BDEAResponse({})
     assert res.is_disposable() == False