Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh authored and jeanp413 committed Nov 23, 2023
1 parent 11bd75d commit 1a51fbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/server/src/api/teams.spec.db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import { EnvVarService } from "../user/env-var-service";
import { ScmService } from "../scm/scm-service";
import { ContextService } from "../workspace/context-service";
import { ContextParser } from "../workspace/context-parser-service";
import { SSHKeyService } from "../user/sshkey-service";

const expect = chai.expect;

Expand Down Expand Up @@ -61,6 +62,7 @@ export class APITeamsServiceSpec {
this.container.bind(ScmService).toConstantValue({} as ScmService);
this.container.bind(ContextService).toConstantValue({} as ContextService);
this.container.bind(ContextParser).toConstantValue({} as ContextParser);
this.container.bind(SSHKeyService).toConstantValue({} as SSHKeyService);

// Clean-up database
const typeorm = testContainer.get<TypeORM>(TypeORM);
Expand Down

0 comments on commit 1a51fbd

Please sign in to comment.