Skip to content

Commit 5c7fc3f

Browse files
committed
test_harness - lib - add seed_db: false for sentry
1 parent 58d03e9 commit 5c7fc3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test_harness/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ pub static VALIDATORS: Lazy<HashMap<Address, TestValidator>> = Lazy::new(|| {
111111
port: 8005,
112112
ip_addr: IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1)),
113113
redis_url: "redis://127.0.0.1:6379/1".parse().unwrap(),
114+
seed_db: false,
114115
},
115116
config: GANACHE_CONFIG.clone(),
116117
sentry_url: "http://localhost:8005".parse().expect("Valid Sentry URL"),
@@ -129,6 +130,7 @@ pub static VALIDATORS: Lazy<HashMap<Address, TestValidator>> = Lazy::new(|| {
129130
port: 8006,
130131
ip_addr: IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1)),
131132
redis_url: "redis://127.0.0.1:6379/2".parse().unwrap(),
133+
seed_db: false,
132134
},
133135
config: GANACHE_CONFIG.clone(),
134136
sentry_url: "http://localhost:8006".parse().expect("Valid Sentry URL"),

0 commit comments

Comments
 (0)