daemon: drop worker models.json bind (host-path bind of container path was invalid; image bakes it)

This commit is contained in:
Raphael Westphal
2026-08-18 15:49:37 +02:00
parent b5d267e61e
commit 7a7a130a1a
3 changed files with 0 additions and 39 deletions
-1
View File
@@ -322,7 +322,6 @@ func newTestSpawner(t *testing.T, f *fakeDocker) (*Spawner, *Store) {
t.Setenv(envWorkerContext, buildCtx)
t.Setenv(envRepoDir, t.TempDir())
t.Setenv(envProviderAPIKey, "key-123")
t.Setenv(envWorkerModels, "") // fall back to default path (absent) → no models bind
daemonToken = testToken
store := openTestStore(t)