From 2f9c5fc7d57deca0d16ed867e1cfde438302b7e9 Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Tue, 27 Feb 2024 22:24:25 -0500 Subject: [PATCH] model path for test --- core/http/api_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/http/api_test.go b/core/http/api_test.go index 6b3371da01f8..eae054d4e018 100644 --- a/core/http/api_test.go +++ b/core/http/api_test.go @@ -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())