| commit | cafd4e63ce3f39090699ef8ec608ddc71d62856a | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Wed Jul 31 10:53:40 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Wed Jul 31 11:37:08 2024 +0400 |
| tree | daa290416e753df724bb1e37f44144f8e6c00352 | |
| parent | b54db2456380b3f4070d789a8bf1cb82b226dad9 [diff] [blame] |
DodoApp: Implement user synchronization API Change-Id: Id38c96f379832d2d5034e215de2e51d28a25634c
diff --git a/core/installer/welcome/env_test.go b/core/installer/welcome/env_test.go index 1c18470..414fac8 100644 --- a/core/installer/welcome/env_test.go +++ b/core/installer/welcome/env_test.go
@@ -118,6 +118,10 @@ return mockRepoIO{soft.NewBillyRepoFS(f.envFS), "foo.bar", f.t, &l}, nil } +func (f fakeSoftServeClient) GetAllRepos() ([]string, error) { + return []string{}, nil +} + func (f fakeSoftServeClient) GetRepoAddress(name string) string { return "" }