We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870af31 commit f3b2ec6Copy full SHA for f3b2ec6
cmd/firmware-action/recipes/config_test.go
@@ -169,10 +169,8 @@ func TestFindAllEnvVars(t *testing.T) {
169
170
func TestConfigEnvVars(t *testing.T) {
171
commonDummy := CommonOpts{
172
- SdkURL: "ghcr.io/9elements/firmware-action/coreboot_4.19:main",
173
- RepoPath: "dummy/dir/",
174
- OutputDir: "dummy/dir/",
175
- ContainerInputDir: "inputs/",
+ SdkURL: "ghcr.io/9elements/firmware-action/coreboot_4.19:main",
+ RepoPath: "dummy/dir/",
176
}
177
178
testCases := []struct {
0 commit comments