mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
chore(core): Expose owner information for environment changes (#16466)
Co-authored-by: Guillaume Jacquart <jacquart.guillaume@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ import { SourceControlService } from '@/environments.ee/source-control/source-co
|
||||
import { ForbiddenError } from '@/errors/response-errors/forbidden.error';
|
||||
|
||||
import type { SourceControlImportService } from '../source-control-import.service.ee';
|
||||
import type { ExportableCredential } from '../types/exportable-credential';
|
||||
import type { StatusExportableCredential } from '../types/exportable-credential';
|
||||
import type { SourceControlWorkflowVersionId } from '../types/source-control-workflow-version-id';
|
||||
|
||||
describe('SourceControlService', () => {
|
||||
@@ -157,7 +157,7 @@ describe('SourceControlService', () => {
|
||||
// Pushing this is conflict free.
|
||||
sourceControlImportService.getRemoteCredentialsFromFiles.mockResolvedValue([]);
|
||||
sourceControlImportService.getLocalCredentialsFromDb.mockResolvedValue([
|
||||
mock<ExportableCredential & { filename: string }>(),
|
||||
mock<StatusExportableCredential>(),
|
||||
]);
|
||||
|
||||
// Define a variable that does only exist locally.
|
||||
|
||||
Reference in New Issue
Block a user