10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12aecaf commit 1536962Copy full SHA for 1536962
tests/integration/test_repos_repo.py
@@ -245,7 +245,7 @@ def test_create_file(self):
245
data = {
246
'path': 'hello.txt',
247
'message': 'my commit message',
248
- 'content': 'bXkgbmV3IGZpbGUgY29udGVudHM=',
+ 'content': b'bXkgbmV3IGZpbGUgY29udGVudHM=',
249
'branch': 'develop',
250
'committer': {
251
'name': 'Matt Chung',
tests/unit/test_repos_repo.py
@@ -71,7 +71,7 @@ def test_create_file(self):
71
72
73
74
75
76
'name': 'Scott Chacon',
77
'email': 'schacon@gmail.com'
0 commit comments