Skip to content

Commit

Permalink
fix: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lchen-2101 committed Oct 11, 2023
1 parent 52e04f8 commit 4fe02b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ def test_jwt_opts_invalid_values():
"jwt_opts_test3": "12",
}
with pytest.raises(Exception) as e:
settings = Settings(**mock_config)
Settings(**mock_config)
assert "validation error" in str(e.value)

0 comments on commit 4fe02b9

Please sign in to comment.