mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-11 23:50:07 +01:00
fix: readded sequential tests
This commit is contained in:
parent
272dd5c2c3
commit
a2b2771ad8
1 changed files with 4 additions and 4 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue