Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Kehl committed Jan 28, 2025
1 parent ae499fd commit 8863400
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ds.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
"filename": "tests/app/service/test_rest.py",
"hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8",
"is_verified": false,
"line_number": 1286,
"line_number": 1285,
"is_secret": false
}
],
Expand Down Expand Up @@ -384,5 +384,5 @@
}
]
},
"generated_at": "2025-01-28T20:11:33Z"
"generated_at": "2025-01-28T20:24:49Z"
}
3 changes: 1 addition & 2 deletions tests/app/service/test_rest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
import uuid
from datetime import date, datetime, timedelta
from unittest.mock import ANY, MagicMock
from unittest.mock import ANY

import pytest
from flask import current_app, url_for
Expand Down Expand Up @@ -38,7 +38,6 @@
ServiceSmsSender,
User,
)
from app.service.rest import check_request_args
from app.utils import utc_now
from tests import create_admin_authorization_header
from tests.app.db import (
Expand Down

0 comments on commit 8863400

Please sign in to comment.