Skip to content

Commit 61493a4

Browse files
committed
tests
1 parent bd914db commit 61493a4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/tests/auth.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,6 @@ async fn login_change_username_and_password() {
5252
"new": "testuser3"
5353
});
5454

55-
let resp = request_auth!(
56-
app,
57-
POST,
58-
"/auth/change-username",
59-
user.auth_token,
60-
change_request
61-
);
62-
assert!(
63-
resp.status().is_client_error(),
64-
"Auth token is not secured access token"
65-
);
66-
6755
let resp = request_auth!(
6856
app,
6957
POST,

0 commit comments

Comments
 (0)