We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f099676 commit a6c6045Copy full SHA for a6c6045
1 file changed
tests/internal/e2e/test/wdio.conf.ts
@@ -493,7 +493,9 @@ export const config: Options.Testrunner = {
493
let vcastRoot = await getVcastRoot();
494
const toolVersion = await getToolVersion();
495
let coded_mock_different_env_version: string;
496
- if (toolVersion == 25) {
+ if (toolVersion == 26) {
497
+ coded_mock_different_env_version = "2026sp1";
498
+ } else if (toolVersion == 25) {
499
coded_mock_different_env_version = "2025sp0";
500
} else {
501
coded_mock_different_env_version = "2024sp1";
0 commit comments