Restore Ely signed textures ely property

This commit is contained in:
ErickSkrauch
2018-02-16 18:40:29 +03:00
parent 31cd75ffa7
commit 10ff6f34fb
2 changed files with 4 additions and 4 deletions

View File

@@ -40,8 +40,8 @@ func (cfg *Config) SignedTextures(response http.ResponseWriter, request *http.Re
Value: rec.MojangTextures,
},
{
Name: "chrly",
Value: "how do you tame a horse in Minecraft?",
Name: "ely",
Value: "but why are you asking?",
},
},
}

View File

@@ -41,8 +41,8 @@ func TestConfig_SignedTextures(t *testing.T) {
"value": "mocked textures base64"
},
{
"name": "chrly",
"value": "how do you tame a horse in Minecraft?"
"name": "ely",
"value": "but why are you asking?"
}
]
}`, string(response))