We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582604c commit 9843ed1Copy full SHA for 9843ed1
pymemcache/test/test_ext_aws_ec_client.py
@@ -38,7 +38,7 @@ def test_init_valid_node_endpoint(connection_sting, monkeypatch):
38
def test_init_invalid_node_endpoint(connection_sting, monkeypatch):
39
with patch.object(
40
AWSElastiCacheHashClient, "reconfigure_nodes", new=MagicMock()
41
- ) as mock:
+ ):
42
with pytest.raises(ValueError):
43
AWSElastiCacheHashClient(connection_sting, socket_module=MockSocketModule())
44
0 commit comments