Test Server Tests

Signed-off-by: X-Guardian <32168619+X-Guardian@users.noreply.github.com>
This commit is contained in:
X-Guardian
2025-02-22 12:53:23 +00:00
parent 59eaaaadef
commit eb61e7b68c

View File

@@ -903,7 +903,7 @@ func NewServer(userConfig UserConfig, config Config) (*Server, error) {
PullStatusFetcher: backend,
TeamAllowlistChecker: teamAllowlistChecker,
VarFileAllowlistChecker: varFileAllowlistChecker,
CommitStatusUpdater: commitStatusUpdater,
//CommitStatusUpdater: commitStatusUpdater,
}
repoAllowlist, err := events.NewRepoAllowlistChecker(userConfig.RepoAllowlist)
if err != nil {