./kepi-not-gatewayed, client side

marnanel-wip
Marnanel Thurman 2023-11-15 22:44:32 +00:00
rodzic ef6749cbb5
commit 9e1154cd6e
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -29,6 +29,13 @@ class RemoteTests:
assert r.headers['Content-Type'] == 'application/xrd+xml', (
f"Content-Type was {r.headers['Content-Type']}"
)
# FIXME also parse it
def try_0020_not_gatewayed(self):
r = self.req(method = 'GET',
uri = '/.kepi-not-gatewayed',
)
assert r.status_code!=200
def run(self):
print('Looking up')