Fix integration tests

This commit is contained in:
Vincent Jacques
2012-03-19 19:35:11 +01:00
parent b226b5b4e2
commit bd1a5dff3c
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from GithubObject import *
GitTree = GithubObject(
"GitTree",
BaseUrl( lambda obj: obj._repo._baseUrl() + "/git/trees/" + obj.sha + "?recursive=1" if obj.recursive else "" ),
BaseUrl( lambda obj: obj._repo._baseUrl() + "/git/trees/" + obj.sha + ( "?recursive=1" if obj.recursive else "" ) ),
InternalSimpleAttributes(
"sha", "url",
"tree",