зеркало из https://github.com/Azure/ARO-RP.git
remove workaround
This commit is contained in:
Родитель
bd9accf6d1
Коммит
aa5b981f0a
|
@ -55,21 +55,6 @@ func marshal(t *testing.T, i interface{}) []byte {
|
|||
return b
|
||||
}
|
||||
|
||||
func canonicalise(t *testing.T, b []byte) []byte {
|
||||
var i interface{}
|
||||
|
||||
err := json.Unmarshal(b, &i)
|
||||
if err != nil {
|
||||
t.Fatal(i)
|
||||
}
|
||||
b, err = json.Marshal(i)
|
||||
if err != nil {
|
||||
t.Fatal(i)
|
||||
}
|
||||
|
||||
return b
|
||||
}
|
||||
|
||||
func userDataSecret(t *testing.T, namespace, name, appendSource, mergeSource string) *v1.Secret {
|
||||
config := map[string]interface{}{
|
||||
"extrakey": true,
|
||||
|
@ -196,9 +181,6 @@ func TestFixMCSUserData(t *testing.T) {
|
|||
t.Fatal(err)
|
||||
}
|
||||
|
||||
// needed because of https://github.com/ugorji/go/issues/354
|
||||
s.Data["userData"] = canonicalise(t, s.Data["userData"])
|
||||
|
||||
if !reflect.DeepEqual(s, wantSecret) {
|
||||
t.Error(cmp.Diff(s, wantSecret))
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче