Skip to content

Commit 4e307bf

Browse files
committed
Fix ligh client proxy test
1 parent 7b86d9f commit 4e307bf

File tree

1 file changed

+1
-1
lines changed
  • integration_tests/light_client_proxy

1 file changed

+1
-1
lines changed

integration_tests/light_client_proxy/pki.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ echo "try to write via light client proxy"
313313
test_divider
314314

315315
echo "Add cert"
316-
result=$(echo "$passphrase" | dcld tx pki add-x509-cert --certificate="$intermediate_path" --from $user_account --yes)
316+
result=$(echo "$passphrase" | dcld tx pki add-x509-cert --certificate="$intermediate_path" --from $vendor_account --yes)
317317
echo "$result"
318318
check_response "$result" "Write requests don't work with a Light Client Proxy"
319319

0 commit comments

Comments
 (0)