Skip to content

configData is always empty, should hash before reading it. #276

Open
@Copy33

Description

@Copy33

In the Configuration class of your test app, configData becomes empty after reading it, which means hashing it on the line mConfigHash = configData.sha256().base64(); always returns the same hash, should be placed before mConfigJson = new JSONObject(configData.readString(Charset.forName("UTF-8")));

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions