1
0
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:
Stefan Pratter
2024-01-19 13:54:17 +00:00
parent b4c072a100
commit b53df13e22

View File

@@ -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