We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e340347 commit 3fa2983Copy full SHA for 3fa2983
tests/warp/warp_test.go
@@ -73,7 +73,7 @@ var _ = ginkgo.BeforeSuite(func() {
73
}
74
tempDir = os.TempDir()
75
warpChainConfigPath = path.Join(tempDir, "config.json")
76
- gomega.Expect(os.WriteFile(warpChainConfigPath, []byte(`{"warp-api-enabled": true}`), perms.ReadOnly)).Should(gomega.BeNil())
+ gomega.Expect(os.WriteFile(warpChainConfigPath, []byte(`{"warp-api-enabled": true}`), perms.ReadWrite)).Should(gomega.BeNil())
77
78
// Construct the network using the avalanche-network-runner
79
_, err = manager.StartDefaultNetwork(ctx)
0 commit comments