Browse Source

test: add entry to oracle provider

Mateus Oliveira Patrício 4 years ago
parent
commit
bf43f7604d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      e2e/suite/oracle/oracle.go

+ 1 - 0
e2e/suite/oracle/oracle.go

@@ -43,5 +43,6 @@ var _ = Describe("[oracle] ", func() {
 		Entry(common.DataPropertyDockerconfigJSON(f)),
 		Entry(common.SSHKeySync(f)),
 		Entry(common.SSHKeySyncDataProperty(f)),
+		Entry(common.SyncWithoutTargetName(f)),
 	)
 })