Skip to content

Commit 66f3e75

Browse files
authored
fix: fix the plugin test url (#3814)
Co-authored-by: Pantani <Pantani>
1 parent 1e7e06e commit 66f3e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ignite/cmd/plugin_default_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func TestEnsureDefaultPlugins(t *testing.T) {
2424
name: "should not add because already present in config",
2525
cfg: &pluginsconfig.Config{
2626
Apps: []pluginsconfig.Plugin{{
27-
Path: "github.com/ignite/cli/cli-plugin-network@v42",
27+
Path: "github.com/ignite/cli-plugin-network@v42",
2828
}},
2929
},
3030
expectAddedInCommand: false,

0 commit comments

Comments
 (0)