test: waitForKeyring in SignIdentities test (#26051)

This commit is contained in:
Allison Larson
2025-06-16 10:17:28 -07:00
committed by GitHub
parent d6800c41c1
commit 5e7ec1b32c

View File

@@ -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()