enable all test

This commit is contained in:
bakito 2021-08-08 11:16:57 +02:00
parent 4cd7134941
commit 36a589aa85
No known key found for this signature in database
GPG key ID: FAF93C1C384DD6B4

View file

@ -199,7 +199,7 @@ var _ = Describe("Types", func() {
Ω(d).Should(BeEmpty())
})
FIt("should remove target duplicate", func() {
It("should remove target duplicate", func() {
originRE = append(originRE, types.RewriteEntry{Domain: domain})
originRE = append(originRE, types.RewriteEntry{Domain: domain})
replicaRE = append(replicaRE, types.RewriteEntry{Domain: domain})