Skip to content

Commit

Permalink
Fix TestGetParameters_arch_from_args() test
Browse files Browse the repository at this point in the history
  • Loading branch information
yermulnik committed Jan 15, 2025
1 parent 224ad6e commit d0887bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/param_parsing/parameters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

func TestGetParameters_arch_from_args(t *testing.T) {
expected := "amd64args"
expected := "amd64"
os.Args = []string{"cmd", expected}
params := GetParameters()
actual := params.Arch
Expand Down

0 comments on commit d0887bd

Please sign in to comment.