From 1640ed44f6843e52d32cefcdbeec5d91543b0443 Mon Sep 17 00:00:00 2001 From: dettlaff Date: Mon, 7 Aug 2023 06:24:48 +0400 Subject: [PATCH] tests: add success check --- dump.rdb | Bin 89 -> 476 bytes tests/test_graphql/test_nix_collect_garbage.py | 1 + 2 files changed, 1 insertion(+) diff --git a/dump.rdb b/dump.rdb index 0caa6188be39d199135bd5eb2d2dbc60770b9627..5198f51641b5291db4f7760ebe55b3f31fe30e47 100644 GIT binary patch delta 436 zcmZwC%}x_R902fLu~M*xqJ*H;>|Bg^*k*U9-IiXI@DaE)Byi!hPG|ltgWZ|U%xuD* z+VBmHfwLau;K^t3VC3#m6XSsg@ClHJoQ)6gJN(vv4xRcvy7`q|=2H#KjUoPW7LQq% zc_Q0xi)i?4{jq-A_SO3L?O#W>Wfh-q%9d_~EMTmKiCY5}xRpw~?vfeiyFjb79r_i( zxPCsnFq=8q4VtocQqFFF_@8om|GK9KCQBgVEdM?xTo?xg5fsW)cDq1LB=}a;A*w|> zfOZ9m;a2WsuK&nFXOm8Gz(7;Q6T_t_yqoI+5nOaonxItN6mtwEguX^ECiLTdZHP&A zZ}@O=xw*W$v@kz1=#P&^2DVJ$v?TIo1V*v0*4W7V?n2e=lN25m05-gvcQ6)r|s`qRZa sE|>N|DXH%4Hl={vK6-O6?V90})l3_R5!d~XcJcZ;d-CbQ{I?(BU)_t5!T=}({z&(i&GCU{NFx>L2Tlqmrekj CloE~r diff --git a/tests/test_graphql/test_nix_collect_garbage.py b/tests/test_graphql/test_nix_collect_garbage.py index f795ca2..900014a 100644 --- a/tests/test_graphql/test_nix_collect_garbage.py +++ b/tests/test_graphql/test_nix_collect_garbage.py @@ -136,3 +136,4 @@ def test_graphql_nix_collect_garbage(authorized_client): assert response.json()["data"]["nixCollectGarbage"]["success"] is True assert response.json()["data"]["nixCollectGarbage"]["message"] is not None assert response.json()["data"]["nixCollectGarbage"]["code"] == 200 + assert response.json()["data"]["nixCollectGarbage"]["success"] == True