Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
whi-tw committed Mar 20, 2024
1 parent e1897bd commit eabdf9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/basic-auth-sidecar/basic-auth-sidecar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ describe("BasicAuthSidecar", () => {
throw err;
});

console.log("sourceIp: ", sourceIp);

await new GenericContainer("mendhak/http-https-echo:31")
.withNetwork(network)
.withNetworkAliases("backend")
Expand All @@ -64,6 +66,8 @@ describe("BasicAuthSidecar", () => {
)
.start();

console.log("backend started");

// await getContainerRuntimeClient().then(async (client) => {
// await client.container
// .getById(backendContainer.getId())
Expand Down

0 comments on commit eabdf9d

Please sign in to comment.