nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1--- backend/src/test/resources/features/plants-and-species.feature
2+++ backend/src/test/resources/features/plants-and-species.feature
3@@ -199,11 +199,8 @@
4 Then response is ok
5 * species "foo" is
6 | scientific_name | synonyms | family | genus | species | creator | externalId |
7 | foo | synonym1 | fam | gen | foo | USER | |
8- * species "foo" has this image
9- | image_id | image_url | image_content |
10- | | https://dummyimage.com/1 | |
11 * species "foo" has this care
12 | light | humidity | minTemp | maxTemp | phMax | phMin |
13 | 6 | 5 | | | 2 | 1 |
14 When user updates botanical info "foo"