8000 Remove preview header from tests · goodwillcoding/github3.py@06d6b55 · GitHub
[go: up one dir, main page]

Skip to content

Commit 06d6b55

Browse files
committed
1 parent 316efb8 commit 06d6b55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/test_issues_issue.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ def test_create_lock(self):
162162

163163
self.session.put.assert_called_once_with(
164164
url_for('lock'),
165-
headers={'Accept': 'application/vnd.github.the-key-preview+json'}
166165
)
167166

168167
def test_comment_positive_id(self):
@@ -282,7 +281,6 @@ def test_remove_lock(self):
282281

283282
self.session.delete.assert_called_once_with(
284283
url_for('lock'),
285-
headers={'Accept': 'application/vnd.github.the-key-preview+json'}
286284
)
287285

288286
def test_reopen(self):

0 commit comments

Comments
 (0)
0