mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
lint
This commit is contained in:
parent
2b3ce1cdfb
commit
ec8e8b1f65
2 changed files with 6 additions and 7 deletions
|
@ -195,7 +195,7 @@ class DomainRequestFixture:
|
||||||
if "requested_domain" in request_dict and request_dict["requested_domain"] is not None:
|
if "requested_domain" in request_dict and request_dict["requested_domain"] is not None:
|
||||||
return DraftDomain.objects.get_or_create(name=request_dict["requested_domain"])[0]
|
return DraftDomain.objects.get_or_create(name=request_dict["requested_domain"])[0]
|
||||||
|
|
||||||
# Generate a unique fake domain
|
# Generate a unique fake domain
|
||||||
return cls.fake_dot_gov()
|
return cls.fake_dot_gov()
|
||||||
return request.requested_domain
|
return request.requested_domain
|
||||||
|
|
||||||
|
|
|
@ -161,7 +161,6 @@ class UserFixture:
|
||||||
]
|
]
|
||||||
|
|
||||||
STAFF = [
|
STAFF = [
|
||||||
|
|
||||||
# {
|
# {
|
||||||
# "username": "994b7a90-f1d1-4140-a3d2-ff34183c7ee2",
|
# "username": "994b7a90-f1d1-4140-a3d2-ff34183c7ee2",
|
||||||
# "first_name": "Rach test staff",
|
# "first_name": "Rach test staff",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue