mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-22 13:49:26 -04:00
installer: fix old-style Components references
This commit is contained in:
parent
22dcde86af
commit
767bac4766
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ func TestInstall(t *testing.T) {
|
||||||
},
|
},
|
||||||
"hash is not mandatory": {
|
"hash is not mandatory": {
|
||||||
server: newHTTPBufconnServerWithBody([]byte("file-contents")),
|
server: newHTTPBufconnServerWithBody([]byte("file-contents")),
|
||||||
component: components.Component{
|
component: &components.Component{
|
||||||
URL: serverURL,
|
Url: serverURL,
|
||||||
Hash: "",
|
Hash: "",
|
||||||
InstallPath: "/destination",
|
InstallPath: "/destination",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue