Skip to content

Commit a10f80b

Browse files
committed
fix: tests
1 parent 772bd84 commit a10f80b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/integration/tests/server/scenarios/authentication_scenario.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async fn test_all_commands_require_auth(client: &IggyClient) {
115115
let name = entry.name;
116116

117117
// ================================================================
118-
// SKIPPED COMMANDS (9 total)
118+
// SKIPPED COMMANDS (10 total)
119119
// ================================================================
120120
// No auth required
121121
if matches!(
@@ -124,6 +124,7 @@ async fn test_all_commands_require_auth(client: &IggyClient) {
124124
| LOGIN_USER_CODE
125125
| LOGIN_WITH_PERSONAL_ACCESS_TOKEN_CODE
126126
| LOGIN_REGISTER_CODE
127+
| LOGIN_REGISTER_WITH_PAT_CODE
127128
) {
128129
continue;
129130
}

0 commit comments

Comments
 (0)