Skip to content

Commit

Permalink
fix s3 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Natoandro committed Aug 7, 2024
1 parent 3f8e29c commit e5061b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion typegate/src/runtimes/s3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export class S3Runtime extends Runtime {

static init(params: RuntimeInitParams): Runtime {
logger.info("initializing S3Runtime");
logger.debug("init params: " + JSON.stringify(params));
const { secretManager, typegraphName } = params;
const args = params.args as unknown as S3RuntimeData;

Expand Down
2 changes: 1 addition & 1 deletion typegate/tests/runtimes/s3/s3_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Meta.test("s3", async (t) => {
}
`
.withVars({
path: "/",
path: "",
})
.expectData({
listObjects: {
Expand Down

0 comments on commit e5061b0

Please sign in to comment.