clean up test

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2024-10-28 13:02:12 -06:00
parent ce5bde4379
commit f8b0f5e687

View file

@ -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,
}