Skip to content

Commit 159b059

Browse files
Matovidloclaude
andcommitted
fix(cli): fix pull E2E fixture for ignore-field-schedule-cron-tab (PSGO-201)
Remote scheduler preset has timezone="UTC", not "Europe/Prague". Reverse the local/remote scenario so local has "Europe/Prague" (pulled → "UTC"). Also remove target.componentId/configurationId from config.json since they are stored in manifest relations, not config content. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b21b4a4 commit 159b059

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

  • test/cli/pull/ignore-field-schedule-cron-tab
    • in/main/extractor/ex-generic-v2/empty/schedules/scheduler
    • out/main/extractor/ex-generic-v2/empty/schedules/scheduler
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"schedule": {
33
"cronTab": "*/5 * * * *",
4-
"timezone": "UTC",
4+
"timezone": "Europe/Prague",
55
"state": "disabled"
66
},
77
"target": {
8-
"componentId": "ex-generic-v2",
9-
"configurationId": "%%TEST_BRANCH_MAIN_CONFIG_EMPTY_ID%%",
108
"mode": "run"
119
}
1210
}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"schedule": {
33
"cronTab": "*/5 * * * *",
4-
"timezone": "Europe/Prague",
4+
"timezone": "UTC",
55
"state": "disabled"
66
},
77
"target": {
8-
"componentId": "ex-generic-v2",
9-
"configurationId": "%%TEST_BRANCH_MAIN_CONFIG_EMPTY_ID%%",
108
"mode": "run"
119
}
1210
}

0 commit comments

Comments
 (0)