Skip to content

Commit

Permalink
model path for test
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-gray101 committed Feb 28, 2024
1 parent 7958dc4 commit 2f9c5fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/http/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ var _ = Describe("API test", func() {
append(commonOpts,
config.WithContext(c),
config.WithGalleries(galleries),
config.WithModelPath(tmpdir),
config.WithBackendAssets(backendAssets), config.WithBackendAssetsOutput(tmpdir))...)
Expect(err).ToNot(HaveOccurred())

Expand Down

0 comments on commit 2f9c5fc

Please sign in to comment.