Open
Description
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")));