Skip to content

Commit

Permalink
fix: fix the plugin test url (#3814)
Browse files Browse the repository at this point in the history
Co-authored-by: Pantani <Pantani>
  • Loading branch information
Pantani committed Dec 5, 2023
1 parent 1e7e06e commit 66f3e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/cmd/plugin_default_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestEnsureDefaultPlugins(t *testing.T) {
name: "should not add because already present in config",
cfg: &pluginsconfig.Config{
Apps: []pluginsconfig.Plugin{{
Path: "github.com/ignite/cli/cli-plugin-network@v42",
Path: "github.com/ignite/cli-plugin-network@v42",
}},
},
expectAddedInCommand: false,
Expand Down

0 comments on commit 66f3e75

Please sign in to comment.