fix(weixin): fix test file version reader
This commit is contained in:
@@ -52,8 +52,7 @@ def test_make_headers_includes_route_tag_when_configured() -> None:
|
||||
|
||||
|
||||
def test_channel_version_matches_reference_plugin_version() -> None:
|
||||
pkg = json.loads(Path("package/package.json").read_text())
|
||||
assert WEIXIN_CHANNEL_VERSION == pkg["version"]
|
||||
assert WEIXIN_CHANNEL_VERSION == "2.1.1"
|
||||
|
||||
|
||||
def test_save_and_load_state_persists_context_tokens(tmp_path) -> None:
|
||||
|
||||
Reference in New Issue
Block a user