1305
1306
branch_token, repo_token = self.get_lock_tokens(branch)
1307
1308
response = request.execute('base', branch_token, repo_token,
1311
1312
self.assertEqual(smart_req.SuccessfulSmartServerResponse(()), response)
1315
1317
class TestSmartServerBranchRequestGetTagsBytes(