def given_that_there_is_no_default_acl(self): self.start_mocking_http() self.fake_response('/streams/$settings', status=404) self.expect_call('/streams/$settings', httpretty.POST)