adminSesh.post(`/servers/${authoritativeServer.id}`)
        .redirects(1)
        .send(authoritativeServer)
        .type('form')
        .expect(httpStatus.OK)