Commit af2bdf1
authored
Fix testTaskDescriptionExcludesSensitiveFields (elastic#144916)
There was a bug in the test that threw an index_not_found_exception. The
test indexed into task_api_src but the reindex source was remote_src, so
the remote reindex hit a missing index and failed. It’s fixed by
indexing into remote_src, same as
testGetReindexDescriptionStripsRemoteInfoSensitiveFields1 parent da7feac commit af2bdf1
File tree
1 file changed
+1
-1
lines changed- modules/reindex-management/src/javaRestTest/java/org/elasticsearch/reindex/management
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments