Skip to content

Commit c54384b

Browse files
committed
drop comment
1 parent c74eaf4 commit c54384b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/fixtures_server.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -341,16 +341,6 @@ async def __aenter__(self):
341341
db.expunge(profile)
342342
profile_id = profile.id
343343

344-
# FIXME: create local resource/profile
345-
# resource = Resource()
346-
# db.add(resource)
347-
# await db.commit()
348-
# await db.refresh(resource)
349-
# profile = Profile()
350-
# db.add(profile)
351-
# await db.commit()
352-
# await db.refresh(profile)
353-
354344
# Create new user
355345
user_attributes = dict(
356346
email=self.email,

0 commit comments

Comments
 (0)