mirror of https://github.com/zulip/zulip.git
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:
parent
abf2571133
commit
d7df1f208a
|
@ -3270,7 +3270,7 @@ class UserSignUpTest(InviteUserBase):
|
||||||
common function for all signup tests to avoid code duplication; doing
|
common function for all signup tests to avoid code duplication; doing
|
||||||
so will likely require adding new parameters."""
|
so will likely require adding new parameters."""
|
||||||
|
|
||||||
if not realm:
|
if realm is None: # nocoverage
|
||||||
realm = get_realm("zulip")
|
realm = get_realm("zulip")
|
||||||
|
|
||||||
client_kwargs: Dict[str, Any] = {}
|
client_kwargs: Dict[str, Any] = {}
|
||||||
|
|
Loading…
Reference in New Issue