This commit is contained in:
mcmarkj
2021-05-28 18:11:10 +01:00
parent bd96d50a9b
commit ea2d1f8a09

View File

@@ -48,7 +48,7 @@ func TestCreateKubernetesSecretFromOnePasswordItem(t *testing.T) {
compareAnnotationsToItem(createdSecret.Annotations, item, t)
if createdSecret.Annotations["testAnnotation"] != "exists" {
t.Errorf("Expected testAnntion to be merged with existing annotations, but wasn't.")
t.Errorf("Expected testAnnotation to be merged with existing annotations, but wasn't.")
}
}