Skip to content

Commit 27d4279

Browse files
committed
fix
1 parent d8a6018 commit 27d4279

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/index_and_ingestion_separation/index_and_ingestion_separation_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ var _ = Describe("indingsep test", func() {
137137
appFrameworkSpec.MaxConcurrentAppDownloads = uint64(5)
138138
ic := &enterpriseApi.IngestorCluster{
139139
ObjectMeta: metav1.ObjectMeta{
140-
Name: deployment.GetName() + "-ingest",
140+
Name: deployment.GetName() + "-ingest",
141+
Namespace: testcaseEnvInst.GetName(),
141142
},
142143
Spec: enterpriseApi.IngestorClusterSpec{
143144
CommonSplunkSpec: enterpriseApi.CommonSplunkSpec{

0 commit comments

Comments
 (0)