From 4f595ca6854957c91eb0166f453e76a87d1420d6 Mon Sep 17 00:00:00 2001 From: sidpremkumar Date: Jul 16 2019 19:46:59 +0000 Subject: Configuring tests to work with new commet format --- diff --git a/tests/test_intermediary.py b/tests/test_intermediary.py index 3978ec9..dd39dc2 100644 --- a/tests/test_intermediary.py +++ b/tests/test_intermediary.py @@ -32,7 +32,7 @@ class TestIntermediary(unittest.TestCase): This tests the 'from_pagure' function under the Issue class """ # Set up return values - mock_datetime.utcfromtimestamp.return_value = 'mock_date' + mock_datetime.fromtimestamp.return_value = 'mock_date' mock_issue = { 'comments': [{ 'date_created': '1234',