mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-23 14:39:40 -05:00
installer: fix old-style Components references
This commit is contained in:
parent
22dcde86af
commit
767bac4766
@ -72,8 +72,8 @@ func TestInstall(t *testing.T) {
|
||||
},
|
||||
"hash is not mandatory": {
|
||||
server: newHTTPBufconnServerWithBody([]byte("file-contents")),
|
||||
component: components.Component{
|
||||
URL: serverURL,
|
||||
component: &components.Component{
|
||||
Url: serverURL,
|
||||
Hash: "",
|
||||
InstallPath: "/destination",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user