pageserver/walingest: fix failpoint name typo

This commit is contained in:
Vlad Lazar
2024-10-24 12:05:34 +02:00
parent dd981af5b5
commit b08901c4aa

View File

@@ -463,7 +463,7 @@ impl WalIngest {
// we could peek into the message and only pause if it contains
// a particular string, for example, but this is enough for now.
failpoint_support::sleep_millis_async!(
"pagserver-wal-ingest-logical-message-sleep"
"pageserver-wal-ingest-logical-message-sleep"
);
}
}