remove some remnants from CLI "experimental" config option
Experimental is always enabled (977d3ae046), and the `Experimental` field in plugin metadata was deprecated in977d3ae046and removed in commit6a50c4f700. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -44,8 +44,7 @@ func SetupConfigWithNotaryURL(t *testing.T, path, notaryURL string) fs.Dir {
|
||||
"%s": {
|
||||
"auth": "ZWlhaXM6cGFzc3dvcmQK"
|
||||
}
|
||||
},
|
||||
"experimental": "enabled"
|
||||
}
|
||||
}
|
||||
`, notaryURL)), fs.WithDir("trust", fs.WithDir("private")))
|
||||
return *dir
|
||||
|
||||
Reference in New Issue
Block a user