Skip to content

Commit f3b2ec6

Browse files
committed
chore(cmd): cleanup in config test
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
1 parent 870af31 commit f3b2ec6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cmd/firmware-action/recipes/config_test.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,8 @@ func TestFindAllEnvVars(t *testing.T) {
169169

170170
func TestConfigEnvVars(t *testing.T) {
171171
commonDummy := CommonOpts{
172-
SdkURL: "ghcr.io/9elements/firmware-action/coreboot_4.19:main",
173-
RepoPath: "dummy/dir/",
174-
OutputDir: "dummy/dir/",
175-
ContainerInputDir: "inputs/",
172+
SdkURL: "ghcr.io/9elements/firmware-action/coreboot_4.19:main",
173+
RepoPath: "dummy/dir/",
176174
}
177175

178176
testCases := []struct {

0 commit comments

Comments
 (0)