mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-16 19:14:41 -07:00
Update server/jetstream_test.go
Fix spelling Co-authored-by: Tomasz Pietrek <tomasz@nats.io>
This commit is contained in:
@@ -19991,7 +19991,7 @@ func TestJetStreamSnapshotRestoreStallAndHealthz(t *testing.T) {
|
||||
t.Fatalf("Expected health to be ok, got %+v", hs)
|
||||
}
|
||||
|
||||
// Simulate the stagingf directory for restores. This is normally cleaned up
|
||||
// Simulate the staging directory for restores. This is normally cleaned up
|
||||
// but since its at the root of the storage directory make sure healthz is not affected.
|
||||
snapDir := filepath.Join(s.getJetStream().config.StoreDir, snapStagingDir)
|
||||
require_NoError(t, os.MkdirAll(snapDir, defaultDirPerms))
|
||||
|
||||
Reference in New Issue
Block a user