1
0
Fork 0

Merge branch 'main' into gts

This commit is contained in:
Hugh Rundle 2023-04-14 18:24:02 +10:00 committed by GitHub
commit a0b7112c9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
74 changed files with 298 additions and 169 deletions

View file

@ -107,7 +107,7 @@ class Signature(TestCase):
@responses.activate
def test_remote_signer(self):
"""signtures for remote users"""
"""signatures for remote users"""
datafile = pathlib.Path(__file__).parent.joinpath("data/ap_user.json")
data = json.loads(datafile.read_bytes())
data["id"] = self.fake_remote.remote_id