working test count only fixing it to not run concurrently

This commit is contained in:
filipriec
2025-02-25 10:47:36 +01:00
parent 8d546606fd
commit 8fc4d34c4b
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View File

@@ -1976,6 +1976,7 @@ dependencies = [
"common", "common",
"dotenv", "dotenv",
"dotenvy", "dotenvy",
"lazy_static",
"prost", "prost",
"rstest", "rstest",
"serde", "serde",

View File

@@ -20,7 +20,7 @@
"skladu": "fd", "skladu": "fd",
"fax": "asf" "fax": "asf"
} }
# Item fetched by id. The first item was created and removed, therefore number 1 in ids doenst exists, since first to exist now has number 2 # Item fetched by id. The first item was created and marked as deleted, therefore number 1 in ids shouldnt be fetched.
grpcurl -plaintext -d '{"id": 1}' localhost:50051 multieko2.adresar.Adresar/GetAdresar grpcurl -plaintext -d '{"id": 1}' localhost:50051 multieko2.adresar.Adresar/GetAdresar
ERROR: ERROR:
Code: NotFound Code: NotFound