summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Nitrate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Nitrate.py b/Nitrate.py
index f9f8fda..fdd68d9 100644
--- a/Nitrate.py
+++ b/Nitrate.py
@@ -2461,7 +2461,7 @@ class CaseRun(Mutable):
self._assignee = User(caserunhash["assignee_id"])
self._build = Build(caserunhash["build_id"])
self._notes = caserunhash["notes"]
- self._sortkey = caserunhash["sortkey"]
+ self._sortkey = int(caserunhash["sortkey"])
self._status = Status(caserunhash["case_run_status_id"])
self._testrun = TestRun(caserunhash["run_id"])
if testcasehash: