Skip to content

Commit 484a984

Browse files
committed
WIP: fixing tests
1 parent 9d8e833 commit 484a984

47 files changed

Lines changed: 75 additions & 67 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

test/cli/diff/with-details/out/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/persist/dry-run/in/main/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/persist/dry-run/out/main/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/persist/invalid-state/in/main/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/persist/invalid-state/out/main/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/persist/ok/in/main/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/persist/ok/out/main/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/push/delete-branch-dev/expected-state.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"db": {
1717
"host": "mysql.example.com",
1818
"port": 3306,
19-
"user": "root"
19+
"user": "root",
20+
"#password": "%s"
2021
}
2122
}
2223
},

test/cli/push/delete-config-main/expected-state.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"db": {
1717
"host": "mysql.example.com",
1818
"port": 3306,
19-
"user": "root"
19+
"user": "root",
20+
"#password": "%s"
2021
}
2122
}
2223
},

test/cli/push/delete-config-row-dev-force/expected-state.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"db": {
1717
"host": "mysql.example.com",
1818
"port": 3306,
19-
"user": "root"
19+
"user": "root",
20+
"#password": "%s"
2021
}
2122
}
2223
},

0 commit comments

Comments
 (0)