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
Dataset
Commits
b59b7252
Commit
b59b7252
authored
Feb 03, 2021
by
Matt Wise
Browse files
Fix tenant name in int tests
parent
5858e76d
Changes
1
Hide whitespace changes
Inline
Side-by-side
testing/dataset-test-core/src/main/java/org/opengroup/osdu/dataset/Dataset.java
View file @
b59b7252
...
...
@@ -210,7 +210,7 @@ public abstract class Dataset extends TestBase {
Record
datasetRegistry
=
new
Record
();
datasetRegistry
.
setId
(
id
);
datasetRegistry
.
setKind
(
"osdu
:wks:dataset--File.Generic:1.0.0"
);
datasetRegistry
.
setKind
(
String
.
format
(
"%s
:wks:dataset--File.Generic:1.0.0"
,
TenantUtils
.
getTenantName
())
);
//set legal
Legal
legal
=
new
Legal
();
...
...
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