We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77516a4 commit 5c38db4Copy full SHA for 5c38db4
1 file changed
packages/testcontainers/src/container-runtime/strategies/utils/config.ts
@@ -37,7 +37,7 @@ async function loadFromFile() {
37
if (existsSync(file)) {
38
log.debug(`Loading ".testcontainers.properties" file...`);
39
const string = await readFile(file, { encoding: "utf-8" });
40
- const properties = propertiesReader("").read(string);
+ const properties = propertiesReader({ sourceFile: "" }).read(string);
41
42
const tcHost = properties.get("tc.host") as string;
43
if (tcHost !== null) {
0 commit comments