commit | e73cd44242926ac6e6ddd1164c4e81db3f300d3c | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Thu Jun 20 21:37:22 2019 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Thu Jun 20 21:51:20 2019 -0700 |
tree | 7fc0be74f80697196310a913a9c4fd2b52265b60 | |
parent | 1dc711d450803502313475bed34191a022697c21 [diff] [blame] |
[SEBA-742] Minor fixes Change-Id: Ia54016291349945a4f86d5beb20b4ca82edb6d49
diff --git a/xos/synchronizer/models/test_models.py b/xos/synchronizer/models/test_models.py index 3048071..5c62143 100644 --- a/xos/synchronizer/models/test_models.py +++ b/xos/synchronizer/models/test_models.py
@@ -18,6 +18,7 @@ # mocking XOS exception, as they're based in Django class Exceptions: XOSValidationError = Exception + XOSNotFound = Exception class XOS: exceptions = Exceptions