Skip to content

Commit 9d8e833

Browse files
Matovidloclaude
andcommitted
fix: update pull/changed and diff/with-details local configs to match mock API
Local in/ configs had '#password': '' which differs from the mock API fixture that now serves KBC::ProjectSecureKV::eJw=. This caused pull to report a spurious configuration change and diff to show an unexpected #password diff. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e709f81 commit 9d8e833

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • test/cli
    • diff/with-details/in/bar/extractor/keboola.ex-db-mysql/with-rows
    • pull/changed/in/bar/extractor/keboola.ex-db-mysql/with-rows

test/cli/diff/with-details/in/bar/extractor/keboola.ex-db-mysql/with-rows/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"host": "mysql.example.com",
55
"port": 3306,
66
"user": "root",
7-
"#password": ""
7+
"#password": "KBC::ProjectSecureKV::eJw="
88
}
99
}
1010
}

test/cli/pull/changed/in/bar/extractor/keboola.ex-db-mysql/with-rows/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"host": "mysql.example.com",
55
"port": 3306,
66
"user": "root",
7-
"#password": ""
7+
"#password": "KBC::ProjectSecureKV::eJw="
88
}
99
}
1010
}

0 commit comments

Comments
 (0)