Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit249c136

Browse files
committed
Update key/hook IDs once again.
1 parentca3c9c1 commit249c136

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎tests/test_repos.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,15 +360,15 @@ def test_hook(self):
360360
ifnotself.auth:
361361
return
362362
try:
363-
expect(self.auth_todo.hook(423134)).isinstance(Hook)
363+
expect(self.auth_todo.hook(424033)).isinstance(Hook)
364364
exceptgithub3.GitHubError:
365365
pass
366366

367367
deftest_deploy_key(self):
368368
ifnotself.auth:
369369
return
370370
try:
371-
expect(self.auth_todo.key(3195385)).isinstance(Key)
371+
expect(self.auth_todo.key(3199081)).isinstance(Key)
372372
exceptgithub3.GitHubError:
373373
pass
374374

@@ -488,7 +488,7 @@ def __init__(self, methodName='runTest'):
488488
super(TestHook,self).__init__(methodName)
489489
ifself.auth:
490490
repo=self._g.repository(self.sigm,self.todo)
491-
self.hook=repo.hook(423134)
491+
self.hook=repo.hook(424033)
492492
else:
493493
json= {
494494
'name':'twitter',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp