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
|
// create envelope baseline
|
||||||
e := &Envelope{
|
e := NewUnconfiguredEnvelope()
|
||||||
SuiteID: suite.ID,
|
e.SuiteID = suite.ID
|
||||||
suite: suite,
|
e.suite = suite
|
||||||
}
|
|
||||||
|
|
||||||
// check vars
|
// check vars
|
||||||
keyDerPresent := false
|
keyDerPresent := false
|
||||||
|
|
Loading…
Add table
Reference in a new issue