mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 00:03:29 +03:00
Replaces 'disk'=>'drive' visible to end user (#15464)
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ func TestNewFS(t *testing.T) {
|
||||
}
|
||||
_, err = NewFSObjectLayer(disk)
|
||||
if err != nil {
|
||||
errMsg := "Unable to recognize backend format, Disk is not in FS format."
|
||||
errMsg := "Unable to recognize backend format, Drive is not in FS format."
|
||||
if err.Error() == errMsg {
|
||||
t.Errorf("Expecting %s, got %s", errMsg, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user