git-cl-upload: make it possible to exit WIP mode

The previous CL forgot that the lack of '%wip' doesn't
mark a change ready-to-review, you have to explicitly pass
'%ready' in the refspec to do that.

TBR=tandrii@chromium.org

Bug: 721836
Change-Id: Iea82222d64edf1b73fefa9bca3feec4188e35ab3
Reviewed-on: https://chromium-review.googlesource.com/551005
Reviewed-by: Aaron Gable <agable@chromium.org>
Commit-Queue: Aaron Gable <agable@chromium.org>
diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py
index d7938db..b1c5f7c 100755
--- a/tests/git_cl_test.py
+++ b/tests/git_cl_test.py
@@ -1519,15 +1519,12 @@
       '1hashPerLine\n'),
     ]
 
-    ref_suffix = ''
-    if not notify:
-      ref_suffix = '%wip'
+    ref_suffix = '%wip'
+    if notify:
+      ref_suffix = '%ready'
 
     if title:
-      if ref_suffix:
-        ref_suffix += ',m=' + title
-      else:
-        ref_suffix = '%m=' + title
+      ref_suffix += ',m=' + title
 
     if git_mirror is None:
       calls += [