Tools: fixed tests

pull/5523/head
Laurent Cozic 2021-10-01 18:45:07 +01:00
parent 38bf7c746b
commit 85e20a61d9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ describe('buildServerDocker', function() {
const testCases: TestCase[] = [
['server-v1.1.2-beta', true],
['server-v1.1.2', false],
['server-v1.1.2', true], // For now, always returns true
];
for (const testCase of testCases) {