From 5e7ec1b32ce328dfd083a17c40ebb231c6bbc68f Mon Sep 17 00:00:00 2001 From: Allison Larson Date: Mon, 16 Jun 2025 10:17:28 -0700 Subject: [PATCH] test: waitForKeyring in SignIdentities test (#26051) --- nomad/alloc_endpoint_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/alloc_endpoint_test.go b/nomad/alloc_endpoint_test.go index 715f31115..20686aad3 100644 --- a/nomad/alloc_endpoint_test.go +++ b/nomad/alloc_endpoint_test.go @@ -1780,7 +1780,7 @@ func TestAlloc_SignIdentities_Blocking(t *testing.T) { s1, cleanupS1 := TestServer(t, nil) t.Cleanup(cleanupS1) codec := rpcClient(t, s1) - testutil.WaitForLeader(t, s1.RPC) + testutil.WaitForKeyring(t, s1.RPC, "global") state := s1.fsm.State() node := mock.Node()