From a2b2771ad8d8018f3888e28606ccbfec71f6d4b4 Mon Sep 17 00:00:00 2001 From: Daniel Gallups Date: Fri, 1 Dec 2023 20:05:50 -0500 Subject: [PATCH] fix: readded sequential tests --- jwt-authorizer/tests/integration_tests.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jwt-authorizer/tests/integration_tests.rs b/jwt-authorizer/tests/integration_tests.rs index d371e14..87fbb55 100644 --- a/jwt-authorizer/tests/integration_tests.rs +++ b/jwt-authorizer/tests/integration_tests.rs @@ -154,10 +154,10 @@ async fn make_public_request(app: &mut Router) -> Response { #[tokio::test] async fn sequential_tests() { // these tests must be executed sequentially - //scenario1().await; - //scenario2().await; - //scenario3().await; - //scenario4().await; + scenario1().await; + scenario2().await; + scenario3().await; + scenario4().await; } async fn scenario1() {