Skip to content

Commit

Permalink
fix: replace k8s-vm name from test file (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-oksaku authored Sep 25, 2024
1 parent 152c985 commit 1863449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lib/build.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1597,11 +1597,11 @@ describe('Build Model', () => {
state: 'ENABLED',
archived: false,
pipeline: Promise.resolve(pipelineMockB),
permutations: [{ annotations: { 'beta.screwdriver.cd/executor:': 'k8s-vm' }, provider }],
permutations: [{ annotations: { 'beta.screwdriver.cd/executor:': 'k8s-test' }, provider }],
isPR: () => false,
prNum: Promise.resolve(null)
});
expectedExecutorStartConfig.annotations = { 'beta.screwdriver.cd/executor:': 'k8s-vm' };
expectedExecutorStartConfig.annotations = { 'beta.screwdriver.cd/executor:': 'k8s-test' };
expectedExecutorStartConfig.prParentJobId = undefined;
expectedExecutorStartConfig.freezeWindows = [];

Expand Down

0 comments on commit 1863449

Please sign in to comment.