Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
agokarn committed Nov 26, 2024
1 parent 82d7081 commit 5d8a328
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
with:
submodules: recursive

- name: Build wisper container image
- name: Build whisper container image
run: |
make build-whisper-container
Expand Down
2 changes: 0 additions & 2 deletions ohttp-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -654,8 +654,6 @@ mod general_purpose_tests {
let kms_cert: Option<PathBuf> = None;
let hex_arg = HexArg::from_str(&body).expect("Invalid hex string");
let ohttp_client = OhttpClientBuilder::new()
.kms_url(&kms_url)
.kms_cert(&kms_cert)
.config(&Some(hex_arg))
.build()
.await
Expand Down

0 comments on commit 5d8a328

Please sign in to comment.