Config: Set CliTestContext

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-10-14 00:20:24 +02:00
parent f98aa619ec
commit bd74d9d5c2

View file

@ -158,6 +158,7 @@ func NewTestConfig(pkg string) *Config {
defer testConfigMutex.Unlock()
c := &Config{
cliCtx: CliTestContext(),
options: NewTestOptions(pkg),
token: rnd.GenerateToken(8),
}