Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rgaiacs opened this issue Aug 19, 2020 · 0 comments
Open

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

rgaiacs opened this issue Aug 19, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@rgaiacs
Copy link
Contributor

rgaiacs commented Aug 19, 2020

  ● 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>)
@rgaiacs rgaiacs added enhancement New feature or request good first issue Good for newcomers labels Aug 19, 2020
@rgaiacs rgaiacs added this to the v2.6.0 milestone Aug 19, 2020
@rgaiacs rgaiacs modified the milestones: v2.6.0, v2.7.0 Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant