Fix envelope creation in tests
This commit is contained in:
parent
b7b78c7ec6
commit
af4dbad99f
1 changed files with 3 additions and 4 deletions
|
@ -299,10 +299,9 @@ func setupEnvelopeAndTrustStore(t *testing.T, suite *Suite) (*Envelope, error) {
|
|||
}
|
||||
|
||||
// create envelope baseline
|
||||
e := &Envelope{
|
||||
SuiteID: suite.ID,
|
||||
suite: suite,
|
||||
}
|
||||
e := NewUnconfiguredEnvelope()
|
||||
e.SuiteID = suite.ID
|
||||
e.suite = suite
|
||||
|
||||
// check vars
|
||||
keyDerPresent := false
|
||||
|
|
Loading…
Add table
Reference in a new issue