We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772bd84 commit a10f80bCopy full SHA for a10f80b
1 file changed
core/integration/tests/server/scenarios/authentication_scenario.rs
@@ -115,7 +115,7 @@ async fn test_all_commands_require_auth(client: &IggyClient) {
115
let name = entry.name;
116
117
// ================================================================
118
- // SKIPPED COMMANDS (9 total)
+ // SKIPPED COMMANDS (10 total)
119
120
// No auth required
121
if matches!(
@@ -124,6 +124,7 @@ async fn test_all_commands_require_auth(client: &IggyClient) {
124
| LOGIN_USER_CODE
125
| LOGIN_WITH_PERSONAL_ACCESS_TOKEN_CODE
126
| LOGIN_REGISTER_CODE
127
+ | LOGIN_REGISTER_WITH_PAT_CODE
128
) {
129
continue;
130
}
0 commit comments