Skip to content

Commit d47f9ed

Browse files
committed
tests
1 parent 0151244 commit d47f9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_watch_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def test_watcher(client, etcd_cluster):
111111

112112
@pytest.mark.timeout(60)
113113
@pytest.mark.skipif(NO_DOCKER_SERVICE, reason="no docker service available")
114-
def test_watcher_cluster(client, etcd_cluster):
114+
def test_watcher_failover(client, etcd_cluster):
115115
w = client.Watcher(all=True, progress_notify=True, prev_kv=True)
116116
client.timeout = 2
117117
w.set_default_timeout(2)

0 commit comments

Comments
 (0)