We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d53ae commit e5a255fCopy full SHA for e5a255f
kubernetes_asyncio/watch/watch_test.py
@@ -164,7 +164,7 @@ async def test_unmarshall_k8s_error_response(self):
164
165
with self.assertRaisesRegex(kubernetes_asyncio.client.exceptions.ApiException,
166
'\(410\)\nReason: Gone: too old resource version: 1 \(8146471\)'):
167
- ret = Watch().unmarshal_event(json.dumps(k8s_err), None)
+ Watch().unmarshal_event(json.dumps(k8s_err), None)
168
169
def test_unmarshal_with_custom_object(self):
170
w = Watch()
0 commit comments