Index: tests/push-from-logs.sh |
diff --git a/tests/push-from-logs.sh b/tests/push-from-logs.sh |
index 67cc2dc9af7528ef4caa031512da230e65c3c013..a81c51383110c1692f1e8906a77db3d36f1e14f5 100755 |
--- a/tests/push-from-logs.sh |
+++ b/tests/push-from-logs.sh |
@@ -23,7 +23,7 @@ setup_gitgit |
test_expect_success "git-cl upload wants a server" \ |
"$GIT_CL upload 2>&1 | grep -q 'You must configure'" |
- git config rietveld.server localhost:8080 |
+ git config rietveld.server localhost:10000 |
test_expect_success "git-cl status has no issue" \ |
"$GIT_CL_STATUS | grep -q 'no issue'" |