db pytest runs for post and get single did

This commit is contained in:
Georg-Stahn
2023-11-27 23:27:52 +01:00
parent 352ab46a6d
commit a31533ad3a
3 changed files with 102 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ class Entity(Base):
producers = relationship("Producer", back_populates="entity")
consumers = relationship("Consumer", back_populates="entity")
repository = relationship("Repository", back_populates="entity")
#TODO maby refactor to repositories
class ProducerAbstract(Base):
__abstract__ = True