clean up test
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
ce5bde4379
commit
f8b0f5e687
1 changed files with 1 additions and 3 deletions
|
|
@ -74,10 +74,8 @@ func TestValidateSignerWorkflow(t *testing.T) {
|
|||
}
|
||||
|
||||
for _, tc := range testcases {
|
||||
cmdFactory := factory.New("test")
|
||||
|
||||
opts := &Options{
|
||||
Config: cmdFactory.Config,
|
||||
Config: factory.New("test").Config,
|
||||
SignerWorkflow: tc.providedSignerWorkflow,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue