mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 08:16:19 -04:00
fix more skips
This commit is contained in:
@@ -1944,7 +1944,6 @@ def test_get_detailed_service(sample_template, client, sample_service, today_onl
|
||||
assert service['statistics'][SMS_TYPE] == stats
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Needs updating for TTS: Timezone handling")
|
||||
def test_get_services_with_detailed_flag(client, sample_template):
|
||||
notifications = [
|
||||
create_notification(sample_template),
|
||||
@@ -1967,7 +1966,6 @@ def test_get_services_with_detailed_flag(client, sample_template):
|
||||
}
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Needs updating for TTS: Timezone handling")
|
||||
def test_get_services_with_detailed_flag_excluding_from_test_key(client, sample_template):
|
||||
create_notification(sample_template, key_type=KEY_TYPE_NORMAL)
|
||||
create_notification(sample_template, key_type=KEY_TYPE_TEAM)
|
||||
@@ -2023,7 +2021,6 @@ def test_get_services_with_detailed_flag_defaults_to_today(client, mocker):
|
||||
assert resp.status_code == 200
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Needs updating for TTS: Timezone handling")
|
||||
def test_get_detailed_services_groups_by_service(notify_db_session):
|
||||
from app.service.rest import get_detailed_services
|
||||
|
||||
@@ -2054,7 +2051,6 @@ def test_get_detailed_services_groups_by_service(notify_db_session):
|
||||
}
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Needs updating for TTS: Timezone handling")
|
||||
def test_get_detailed_services_includes_services_with_no_notifications(notify_db_session):
|
||||
from app.service.rest import get_detailed_services
|
||||
|
||||
|
||||
Reference in New Issue
Block a user