mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-12 09:12:18 +03:00
Stray f-string
This commit is contained in:
parent
82c944a89a
commit
038fbe62b0
|
@ -1087,7 +1087,7 @@ def test_should_resolve_get_queryset_connectionfields():
|
||||||
REPORTERS = [
|
REPORTERS = [
|
||||||
dict(
|
dict(
|
||||||
first_name="First {}".format(i),
|
first_name="First {}".format(i),
|
||||||
last_name=f"Last {}".format(i),
|
last_name="Last {}".format(i),
|
||||||
email="johndoe+{i}@example.com".format(i),
|
email="johndoe+{i}@example.com".format(i),
|
||||||
a_choice=1,
|
a_choice=1,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user