Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Search
Commits
8b073a7a
Commit
8b073a7a
authored
Sep 18, 2020
by
neelesh thakur
Browse files
rollback whitespace changes
parent
51ba7512
Pipeline
#9239
failed
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
search-core/src/test/java/org/opengroup/osdu/search/smart/models/AttributesTest.java
View file @
8b073a7a
...
@@ -109,6 +109,7 @@ public class AttributesTest {
...
@@ -109,6 +109,7 @@ public class AttributesTest {
attribute
.
setName
(
"Operataor"
);
attribute
.
setName
(
"Operataor"
);
attribute
.
setSchemaMapping
(
schemaMapping
);
attribute
.
setSchemaMapping
(
schemaMapping
);
ls
.
add
(
attribute
);
ls
.
add
(
attribute
);
when
(
dpsHeaders
.
getPartitionId
()).
thenReturn
(
"tenant1"
);
when
(
dpsHeaders
.
getPartitionId
()).
thenReturn
(
"tenant1"
);
when
(
elasticClientHandler
.
createRestClient
()).
thenReturn
(
restHighLevelClient
);
when
(
elasticClientHandler
.
createRestClient
()).
thenReturn
(
restHighLevelClient
);
doReturn
(
this
.
indicesClient
).
when
(
this
.
restHighLevelClient
).
indices
();
doReturn
(
this
.
indicesClient
).
when
(
this
.
restHighLevelClient
).
indices
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment