mock.patch.object(
httpclient.HTTPClient,
"get",
mock.MagicMock(
return_value=base.FakeResponse(None, 500, "INTERNAL SERVER ERROR")
),
)
| 1 | # -*- coding: utf-8 -*- |
| 2 | # Copyright 2020 The StackStorm Authors. |
| 3 | # Copyright 2019 Extreme Networks, Inc. |
| 4 | # |
nothing calls this directly
no outgoing calls
no test coverage detected