From 58242c8d55f4cd6a62681d19de4243d910871c88 Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Wed, 2 Apr 2025 10:53:36 +0300 Subject: [PATCH] fix failing test: TestManageVouchers --- handlers/application/menuhandler_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handlers/application/menuhandler_test.go b/handlers/application/menuhandler_test.go index c3aa5ac..e3fd124 100644 --- a/handlers/application/menuhandler_test.go +++ b/handlers/application/menuhandler_test.go @@ -2050,7 +2050,7 @@ func TestManageVouchers(t *testing.T) { expectedVoucherSymbols: []byte("1:TOKEN1"), expectedUpdatedAddress: []byte("0x123"), expectedResult: resource.Result{ - FlagReset: []uint32{flag_no_active_voucher}, + FlagReset: []uint32{flag_api_error, flag_no_active_voucher}, }, }, { @@ -2063,7 +2063,7 @@ func TestManageVouchers(t *testing.T) { expectedVoucherSymbols: []byte("1:SRF\n2:MILO"), expectedUpdatedAddress: []byte("0xd4c288865Ce"), expectedResult: resource.Result{ - FlagReset: []uint32{flag_no_active_voucher}, + FlagReset: []uint32{flag_api_error, flag_no_active_voucher}, }, }, }