Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsaporiti committed Dec 23, 2024
1 parent 407a817 commit e3b6a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/api/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ func TestMain(m *testing.M) {
cfg.ServerUrl = "https://testing.env"
cfg.Ethereum = cfgForTesting.Ethereum
cfg.UniversalLinks = config.UniversalLinks{BaseUrl: "https://testing.env"}
cfg.Circuit.Path = "../../pkg/credentials/circuits"
schemaLoader = loader.NewDocumentLoader(ipfsGatewayURL, false)
m.Run()
}
Expand Down

0 comments on commit e3b6a69

Please sign in to comment.