We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa3068 commit 3bef7a4Copy full SHA for 3bef7a4
1 file changed
instrumentation/opentelemetry-instrumentation-valkey/tests/test_valkey.py
@@ -256,7 +256,9 @@ def test_attributes_default(self):
256
)
257
258
def test_attributes_tcp(self):
259
- valkey_client = valkey.Valkey.from_url("valkey://foo:bar@1.1.1.1:6380/1")
+ valkey_client = valkey.Valkey.from_url(
260
+ "valkey://foo:bar@1.1.1.1:6380/1"
261
+ )
262
263
with mock.patch.object(valkey_client, "connection"):
264
valkey_client.set("key", "value")
0 commit comments