Skip to content

Implement /api/v1/imagens/:id_imagem(\d+)/classificacoes #170

Description

@rgaiacs
  ● GET /api/v1/imagens/:id_imagem(\d+)/classificacoes (id_imagem = 1) › anonymous
    expect(received).toBe(expected) // Object.is equality
    Expected: 200
    Received: 501
      1733 |                     .then(
      1734 |                         response => {
    > 1735 |                             expect(response.statusCode).toBe(HttpStatus.OK);
           |                                                         ^
      1736 |                             expect(
      1737 |                                 response.body
      1738 |                             ).toMatchObject(
      at src/__tests__/image.js:1735:57
          at runMicrotasks (<anonymous>)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions