Skip to content

Commit 6cdf278

Browse files
CopilotSubterrane
andcommitted
Address code review feedback - add trailing comma for better style
Co-authored-by: Subterrane <5290140+Subterrane@users.noreply.github.com>
1 parent 2aec7fc commit 6cdf278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_get_auth_factors_fix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def test_auth_factor_with_optional_fields(self):
7878
Test that auth factor works with optional fields.
7979
"""
8080
factor_data = {
81-
"factor_id": 3098
81+
"factor_id": 3098,
8282
# name and auth_factor_name are optional
8383
}
8484

0 commit comments

Comments
 (0)