Thanks for the link, I fixed the test.
Anyway, I used self.getCodebrowseUrl("revision", str(revision)) and not self.getCodebrowseUrl("revision", revision) because getCodebrowseUrl() requires *extras to be strings.
« Back to merge proposal
Thanks for the link, I fixed the test.
Anyway, I used self.getCodebro wseUrl( "revision" , str(revision)) and not self.getCodebro wseUrl( "revision" , revision) because getCodebrowseUrl() requires *extras to be strings.