events initated first endpoint tested
This commit is contained in:
@@ -12,11 +12,14 @@ listing = True
|
||||
creating = False
|
||||
updating = False
|
||||
|
||||
|
||||
new_session = AddressNeighborhood.new_session()
|
||||
new_session_test = AddressNeighborhood.new_session()
|
||||
|
||||
|
||||
BasicMixin.creds = Credentials(person_id=10, person_name="Berkay Super User")
|
||||
|
||||
|
||||
class QueryModel(BaseModel):
|
||||
neighborhood_name: Optional[str]
|
||||
neighborhood_code: Optional[str]
|
||||
|
||||
Reference in New Issue
Block a user