test_signup: Add temporary nocoverage marker.

This was introduced in 23530ac81e and
will be used soon, but isn't used yet.
This commit is contained in:
Tim Abbott 2021-06-24 15:24:11 -07:00
parent abf2571133
commit d7df1f208a
1 changed files with 1 additions and 1 deletions

View File

@ -3270,7 +3270,7 @@ class UserSignUpTest(InviteUserBase):
common function for all signup tests to avoid code duplication; doing
so will likely require adding new parameters."""
if not realm:
if realm is None: # nocoverage
realm = get_realm("zulip")
client_kwargs: Dict[str, Any] = {}