Skip to content

Commit

Permalink
Use dockertest_server bind_mounts branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Vandecrème committed Feb 27, 2024
1 parent 2ca182c commit 13feb19
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 112 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tracing-test = "0.2.4"
test-log = { version = "0.2.11", features = ["trace"] }
env_logger = "0.10.0"
dockertest = "0.3.0"
dockertest-server = { version = "0.1.7", features = ["hashi", "database", "webserver", "cloud"] }
dockertest-server = { git = "https://github.com/avandecreme/dockertest-server", branch = "vault_bind_mounts", features = ["hashi", "database", "webserver", "cloud"] }
jwt = "0.16.0"
sha2 = "0.10.6"
hmac = "0.12.1"
Expand Down
3 changes: 1 addition & 2 deletions tests/cert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
extern crate tracing;

mod common;
mod vault_bind_mounts_container;

use std::collections::HashMap;
use std::{env, fs};

use dockertest_server::servers::hashi::{VaultServer, VaultServerConfig};
use dockertest_server::Test;
use test_log::test;
use vault_bind_mounts_container::{VaultServer, VaultServerConfig};
use vaultrs::auth::cert::{self};
use vaultrs::client::{Client, VaultClient, VaultClientSettingsBuilder};
use vaultrs::error::ClientError;
Expand Down
109 changes: 0 additions & 109 deletions tests/vault_bind_mounts_container.rs

This file was deleted.

0 comments on commit 13feb19

Please sign in to comment.