Skip to content

Commit

Permalink
Add tests for LoginUrlModel and SfdxAuthUrlModel
Browse files Browse the repository at this point in the history
* Import the `re` module at the top of the file
  • Loading branch information
jlantz committed Oct 31, 2024
1 parent b18ba23 commit 5d26234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_auth.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import re
import pytest
from pydantic import ValidationError
from d2x.models.sf.auth import LoginUrlModel, SfdxAuthUrlModel
Expand Down

0 comments on commit 5d26234

Please sign in to comment.