need to add new pgUser field to e2e test

This commit is contained in:
Felix Kunde 2025-10-24 15:51:11 +02:00
parent 12d1019dec
commit c53630dac1
1 changed files with 2 additions and 1 deletions

View File

@ -1003,7 +1003,8 @@ class EndToEndTestCase(unittest.TestCase):
"Origin": 2,
"IsDbOwner": False,
"Deleted": False,
"Rotated": False
"Rotated": False,
"Degraded": False,
})
return True
except: