diff options
| author | 2012-04-28 23:47:25 +0200 | |
|---|---|---|
| committer | 2012-04-28 23:47:25 +0200 | |
| commit | 5178849299bf8d0a903811c3b7561e8bc3bb6c14 (patch) | |
| tree | 2f914320c4f3813ec8a0058abb189fae822bb4ed /pygithub3/tests/services/test_core.py | |
| parent | :sparkles: Release 0.3 :sparkles: (diff) | |
| parent | Add Teams Service (diff) | |
| download | python-github3-5178849299bf8d0a903811c3b7561e8bc3bb6c14.tar.xz python-github3-5178849299bf8d0a903811c3b7561e8bc3bb6c14.zip | |
Merged pull request #5 from stefanor:services/orgs
Diffstat (limited to 'pygithub3/tests/services/test_core.py')
| -rw-r--r-- | pygithub3/tests/services/test_core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/tests/services/test_core.py b/pygithub3/tests/services/test_core.py index bd95b34..8a2bbbe 100644 --- a/pygithub3/tests/services/test_core.py +++ b/pygithub3/tests/services/test_core.py @@ -27,7 +27,7 @@ class TestServiceCalls(TestCase): def test_PUT(self, request_method): self.s._put(self.r, **self.args) - data = '' # See _put + data = 'PLACEHOLDER' # See _put request_method.assert_called_with('put', _('dummyrequest'), data=data, params=self.args) |
