Skip to content

Commit

Permalink
chore(docs) - Update changelogs for 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Idanski committed Nov 18, 2019
1 parent fb98a36 commit 6e5fe72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.1
------
- In Analysis: Refresh JWT access token in case of expiration

1.0
------
- In Analysis: Change dynamic_unpacking and static_unpacking to disable_dynamic_unpacking and disable_static_unpacking
9 changes: 3 additions & 6 deletions tests/unit/test_analysis.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import json
from http import HTTPStatus

from unittest.mock import mock_open
from unittest.mock import patch

import json
import responses

from intezer_sdk import consts
Expand All @@ -12,11 +14,6 @@
from intezer_sdk.api import set_global_api
from tests.unit.base_test import BaseTest

try:
from http import HTTPStatus
except ImportError:
import httplib as HTTPStatus


class AnalysisSpec(BaseTest):
def setUp(self):
Expand Down

0 comments on commit 6e5fe72

Please sign in to comment.