| Index: tests/push-basic.sh
 | 
| diff --git a/tests/push-basic.sh b/tests/push-basic.sh
 | 
| index b9d09de7f1f6514d75f4c9f272d987ea5a245a4d..72dd9bf1d3a3029e1cddfa30c7fe4e4147ba2907 100755
 | 
| --- a/tests/push-basic.sh
 | 
| +++ b/tests/push-basic.sh
 | 
| @@ -45,10 +45,6 @@ setup_gitgit
 | 
|         --data-urlencode xsrf_token="$(print_xsrf_token)" \
 | 
|         $URL/edit
 | 
|  
 | 
| -  API=$(echo $URL | sed -e 's/\([0-9]\+\)$/api\/\1/')
 | 
| -  test_expect_success "Base URL contains branch name" \
 | 
| -      "curl -s $API | python -mjson.tool | grep base_url | grep -q '@master'"
 | 
| -
 | 
|    test_expect_success "git-cl land ok" \
 | 
|      "$GIT_CL land -f --no-oauth2"
 | 
|  
 | 
| 
 |