mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-22 07:28:06 +00:00
Typo
This commit is contained in:
@@ -48,7 +48,7 @@ func TestCreateKubernetesSecretFromOnePasswordItem(t *testing.T) {
|
|||||||
compareAnnotationsToItem(createdSecret.Annotations, item, t)
|
compareAnnotationsToItem(createdSecret.Annotations, item, t)
|
||||||
|
|
||||||
if createdSecret.Annotations["testAnnotation"] != "exists" {
|
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.")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user