mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix(tests): initialize HTTPS field in user schema for server config tests
This commit is contained in:
parent
1605aedd6e
commit
e5a3e56e13
@ -14,6 +14,7 @@ import {
|
||||
import { beforeEach, expect, test, vi } from "vitest";
|
||||
|
||||
const baseAdmin: User = {
|
||||
https: false,
|
||||
enablePaidFeatures: false,
|
||||
metricsConfig: {
|
||||
containers: {
|
||||
|
Loading…
Reference in New Issue
Block a user