You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{value: "readonly=", expErr: `invalid value for 'readonly': value is empty`},
190
190
{value: "readonly= true", expErr: `invalid value for 'readonly' in 'readonly= true': value should not have whitespace`},
191
-
{value: "readonly=no", expErr: `invalid value for readonly: no`},
191
+
{value: "readonly=no", expErr: `invalid value for 'readonly': invalid boolean value ("no"): must be one of "true", "1", "false", or "0" (default "true")`},
{value: "volume-nocopy=", expErr: `invalid value for 'volume-nocopy': value is empty`},
234
234
{value: "volume-nocopy= true", expErr: `invalid value for 'volume-nocopy' in 'volume-nocopy= true': value should not have whitespace`},
235
-
{value: "volume-nocopy=no", expErr: `invalid value for volume-nocopy: no`},
235
+
{value: "volume-nocopy=no", expErr: `invalid value for 'volume-nocopy': invalid boolean value ("no"): must be one of "true", "1", "false", or "0" (default "true")`},
0 commit comments