mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
fix mock according to new rir_status values
This commit is contained in:
@@ -337,7 +337,7 @@ class Mock:
|
||||
return None
|
||||
|
||||
def rir_status(self, data, reftag=None):
|
||||
return "ok"
|
||||
return "assigned"
|
||||
|
||||
def rir_status_updated(self, data, reftag=None):
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user