Skip to content

Commit 652a0d1

Browse files
committed
added tests for analytics count/paid for campaign_1, campaign_2 and campaign_3
1 parent de09b85 commit 652a0d1

File tree

4 files changed

+474
-3
lines changed

4 files changed

+474
-3
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)