1332
1334
branch_token, repo_token = self.get_lock_tokens(branch)
1334
1336
response = request.execute('base', branch_token, repo_token,
1338
1340
self.assertEqual(smart_req.SuccessfulSmartServerResponse(()), response)
1342
1345
class TestSmartServerBranchRequestGetTagsBytes(