@@ -63,7 +63,7 @@ func TestUploadHandlerAgainstEvilFileNames(t *testing.T) {
63
63
signaturePubKey , err := utilities .ParseRsaPublicKey ([]byte (* signatureKey ))
64
64
require .NoError (t , err )
65
65
tools := tools .New (config .GetDataDir (), index , signaturePubKey )
66
- hub := newHub (newSerialHub (), newSerialPortList (tools ), tools , & systray.Systray {})
66
+ hub := newHub (newSerialPortList (tools ), tools , & systray.Systray {})
67
67
pubkey := utilities .MustParseRsaPublicKey ([]byte (globals .ArduinoSignaturePubKey ))
68
68
69
69
r .POST ("/" , uploadHandler (hub , pubkey , tools ))
@@ -107,7 +107,7 @@ func TestUploadHandlerAgainstBase64WithoutPaddingMustFail(t *testing.T) {
107
107
signaturePubKey , err := utilities .ParseRsaPublicKey ([]byte (* signatureKey ))
108
108
require .NoError (t , err )
109
109
tools := tools .New (config .GetDataDir (), index , signaturePubKey )
110
- hub := newHub (newSerialHub (), newSerialPortList (tools ), tools , & systray.Systray {})
110
+ hub := newHub (newSerialPortList (tools ), tools , & systray.Systray {})
111
111
pubkey := utilities .MustParseRsaPublicKey ([]byte (globals .ArduinoSignaturePubKey ))
112
112
113
113
r .POST ("/" , uploadHandler (hub , pubkey , tools ))
0 commit comments