Skip to content

Commit 0c70d62

Browse files
committed
chore: Update coverage report to reflect a decrease in line coverage for activations application handlers and domain.
1 parent 5311403 commit 0c70d62

6 files changed

Lines changed: 458 additions & 383 deletions

File tree

CentralizedLicenseService/settings/logging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import json
88
import logging
99
import sys
10+
1011
from pythonjsonlogger import jsonlogger
1112

1213

core/domain/exceptions.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,9 @@ class InvalidInstanceIdentifierError(ActivationException):
9898
"""Raised when an instance identifier is invalid."""
9999

100100
pass
101+
102+
103+
class InvalidLicenseStatusError(LicenseException):
104+
"""Raised when a license operation is invalid for the current status."""
105+
106+
pass

0 commit comments

Comments
 (0)