Skip to content

Commit ca6c966

Browse files
authored
Merge pull request #511 from AmbireTech/test_harness_analytics
Included analytics checks in the test_harness module
2 parents 86b5be8 + a15a0d6 commit ca6c966

File tree

4 files changed

+505
-4
lines changed

4 files changed

+505
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sentry/src/middleware/auth.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ impl<C: Locked + 'static> Middleware<C> for IsAdmin {
6767
if !application.config.admins.contains(&auth.uid.to_string()) {
6868
return Err(ResponseError::Unauthorized);
6969
}
70-
7170
Ok(request)
7271
}
7372
}

test_harness/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"] }
2929
# probably needed for Relayer calls
3030
# wiremock = "0.5"
3131
pretty_assertions = "^1.0"
32+
serde_qs = "0.9.2"

0 commit comments

Comments
 (0)