working test count only fixing it to not run concurrently
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1976,6 +1976,7 @@ dependencies = [
|
|||||||
"common",
|
"common",
|
||||||
"dotenv",
|
"dotenv",
|
||||||
"dotenvy",
|
"dotenvy",
|
||||||
|
"lazy_static",
|
||||||
"prost",
|
"prost",
|
||||||
"rstest",
|
"rstest",
|
||||||
"serde",
|
"serde",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user