diff --git a/tests/conftest.py b/tests/conftest.py
index 091ddc99c6ebbbd5aa3b27101bcbf479e51ce44d..0b8a66e7a9f3cb0a66e5be1b408cd932439f01be 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -1594,7 +1594,7 @@ INVALID_BROADCAST_TRANSACTIONS = [
                          {
                              "required_auths": [],
                              "id": "follow",
-                             "json": 'a' * 2001,
+                             "json": 'a' * 8193,
                              "required_posting_auths": ["steemit"]
                          }
                      ]
@@ -1666,7 +1666,7 @@ INVALID_BROADCAST_TRANSACTIONS = [
                             {
                                 "required_auths": [],
                                 "id": "follow",
-                                "json": 'a' * 2001,
+                                "json": 'a' * 8193,
                                 "required_posting_auths": ["steemit"]
                             }
                         ]