Commit 48f9ec7d authored by Sabnock01's avatar Sabnock01

fix failing test

parent 2964e9d5
......@@ -107,7 +107,7 @@ func TestInvalidSignerConfig(t *testing.T) {
func signerConfigForArgs(args ...string) SignerCLIConfig {
app := cli.NewApp()
app.Flags = CLIFlags("TEST_")
app.Flags = SignerCLIFlags("TEST_")
app.Name = "test"
var config SignerCLIConfig
app.Action = func(ctx *cli.Context) error {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment