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 d6f42b2 commit f128e9fCopy full SHA for f128e9f
service/cmd/provisionFixtures.go
@@ -48,7 +48,7 @@ You can clear/recycle your database with 'docker-compose down' and 'docker-compo
48
49
dbI := fixtures.NewDBInterface(*cfg)
50
f := fixtures.NewFixture(dbI)
51
- fixtures.LoadFixtureData("./internal/fixtures/policy_fixtures.yaml")
+ fixtures.LoadFixtureData("./service/internal/fixtures/policy_fixtures.yaml")
52
f.Provision()
53
54
fmt.Print("fixtures provision fully applied")
0 commit comments