Skip to content

Commit

Permalink
fix: pyest in precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
patrcoff committed Jun 3, 2024
1 parent 2532936 commit 8c9ab81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions run_test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
set -e

if test -f "../.venv/bin/python"; then
../.venv/bin/python -m pytest tests
Expand Down
2 changes: 1 addition & 1 deletion src/isecapipy/request_body_models/request_body_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class DiscoveryFilterType(BaseModel):
virtualServerWilcard: int = None


class VirtDiscoveryFilterType(DiscoveryFilterType):
class VMDiscoveryFilterType(DiscoveryFilterType):
"""The ENUM for the DiscoveryFilterType
Used in the Machines model"""

Expand Down

0 comments on commit 8c9ab81

Please sign in to comment.