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
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
9f970b4b
Commit
9f970b4b
authored
Feb 05, 2021
by
Konstantin Khottchenkov
Browse files
solve merge conflict
parent
ac1ee7fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/e2e/postman_collection.json
View file @
9f970b4b
...
@@ -282,11 +282,21 @@
...
@@ -282,11 +282,21 @@
"listen"
:
"test"
,
"listen"
:
"test"
,
"script"
:
{
"script"
:
{
"exec"
:
[
"exec"
:
[
<<<<<<<
HEAD
"pm.test(
\"
Status code is 200 or 404 or 403
\"
, function () {"
,
"pm.test(
\"
Status code is 200 or 404 or 403
\"
, function () {"
,
" pm.expect(pm.response.code).to.be.oneOf([200,404,403]);"
,
" pm.expect(pm.response.code).to.be.oneOf([200,404,403]);"
,
"});"
,
"});"
,
""
,
""
,
"if (pm.response.headers.get('service-provider') !== 'google') {"
,
"if (pm.response.headers.get('service-provider') !== 'google') {"
,
=======
"var jsonData = pm.response.json();"
,
""
,
"pm.test(
\"
Status code is 200
\"
, function () {"
,
" pm.response.to.have.status(200);"
,
"});"
,
""
,
"if(pm.response.headers.get('service-provider') !== 'google') {"
,
>>>>>>>
solve
merge
conflict
" postman.setNextRequest(
\"
SUBPROJECT REGISTER
\"
);"
,
" postman.setNextRequest(
\"
SUBPROJECT REGISTER
\"
);"
,
"}"
"}"
],
],
...
@@ -405,7 +415,10 @@
...
@@ -405,7 +415,10 @@
""
,
""
,
"pm.test(
\"
Subproject created
\"
, function () {"
,
"pm.test(
\"
Subproject created
\"
, function () {"
,
" var child = Object.keys(jsonData);"
,
" var child = Object.keys(jsonData);"
,
<<<<<<<
HEAD
" pm.expect(child.length).to.eql(8);"
,
" pm.expect(child.length).to.eql(8);"
,
=======
>>>>>>>
solve
merge
conflict
" pm.expect(jsonData.name).to.eql(pm.environment.get(
\"
subproject
\"
));"
,
" pm.expect(jsonData.name).to.eql(pm.environment.get(
\"
subproject
\"
));"
,
" pm.expect(jsonData.tenant).to.eql(pm.environment.get(
\"
tenant
\"
));"
,
" pm.expect(jsonData.tenant).to.eql(pm.environment.get(
\"
tenant
\"
));"
,
" pm.expect(jsonData.ltag).to.exist;"
,
" pm.expect(jsonData.ltag).to.exist;"
,
...
@@ -415,6 +428,80 @@
...
@@ -415,6 +428,80 @@
"if (pm.environment.get(
\"
VCS_Provider
\"
) !== 'gitlab') {"
,
"if (pm.environment.get(
\"
VCS_Provider
\"
) !== 'gitlab') {"
,
" postman.setNextRequest(
\"
SUBPROJECT GET New
\"
);"
,
" postman.setNextRequest(
\"
SUBPROJECT GET New
\"
);"
,
"};"
"};"
<<<<<<<
HEAD
=======
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
{
"key"
:
"Authorization"
,
"value"
:
"Bearer {{STOKEN}}"
},
{
"key"
:
"x-api-key"
,
"value"
:
"{{SVC_API_KEY}}"
},
{
"key"
:
"Content-Type"
,
"value"
:
"application/json"
},
{
"key"
:
"ltag"
,
"value"
:
"{{legaltag01}}"
},
{
"key"
:
""
,
"value"
:
""
,
"disabled"
:
true
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\n
\"
admin
\"
:
\"
{{adminEmail}}
\"
,
\n\t\"
storage_class
\"
:
\"
REGIONAL
\"
,
\n\t\"
storage_location
\"
:
\"
US-CENTRAL1
\"\n
}"
},
"url"
:
{
"raw"
:
"{{SVC_URL}}/subproject/tenant/{{tenant}}/subproject/{{subproject}}"
,
"host"
:
[
"{{SVC_URL}}"
],
"path"
:
[
"subproject"
,
"tenant"
,
"{{tenant}}"
,
"subproject"
,
"{{subproject}}"
]
}
},
"response"
:
[]
},
{
"name"
:
"SUBPROJECT REGISTER Gitlab"
,
"event"
:
[
{
"listen"
:
"test"
,
"script"
:
{
"exec"
:
[
"var jsonData = pm.response.json();"
,
""
,
"pm.test(
\"
Status code is 200
\"
, function () {"
,
" pm.response.to.have.status(200);"
,
"});"
,
""
,
""
,
"pm.test(
\"
Subproject created
\"
, function () {"
,
" var child = Object.keys(jsonData);"
,
" pm.expect(jsonData.name).to.eql(pm.environment.get(
\"
subproject
\"
));"
,
" pm.expect(jsonData.tenant).to.eql(pm.environment.get(
\"
tenant
\"
));"
,
" pm.expect(jsonData.ltag).to.exist;"
,
" pm.expect(jsonData.gcs_bucket).to.exist;"
,
"});"
>>>>>>>
solve
merge
conflict
],
],
"type"
:
"text/javascript"
"type"
:
"text/javascript"
}
}
...
@@ -447,7 +534,11 @@
...
@@ -447,7 +534,11 @@
],
],
"body"
:
{
"body"
:
{
"mode"
:
"raw"
,
"mode"
:
"raw"
,
<<<<<<<
HEAD
"raw"
:
"{
\n
\"
admin
\"
:
\"
{{adminEmail}}
\"
,
\n\t\"
storage_class
\"
:
\"
REGIONAL
\"
,
\n\t\"
storage_location
\"
:
\"
US-CENTRAL1
\"\n
}"
"raw"
:
"{
\n
\"
admin
\"
:
\"
{{adminEmail}}
\"
,
\n\t\"
storage_class
\"
:
\"
REGIONAL
\"
,
\n\t\"
storage_location
\"
:
\"
US-CENTRAL1
\"\n
}"
=======
"raw"
:
"{
\n\t\"
storage_class
\"
:
\"
REGIONAL
\"
,
\n\t\"
storage_location
\"
:
\"
US-CENTRAL1
\"\n
}"
>>>>>>>
solve
merge
conflict
},
},
"url"
:
{
"url"
:
{
"raw"
:
"{{SVC_URL}}/subproject/tenant/{{tenant}}/subproject/{{subproject}}"
,
"raw"
:
"{{SVC_URL}}/subproject/tenant/{{tenant}}/subproject/{{subproject}}"
,
...
@@ -466,7 +557,11 @@
...
@@ -466,7 +557,11 @@
"response"
:
[]
"response"
:
[]
},
},
{
{
<<<<<<<
HEAD
"name"
:
"SUBPROJECT REGISTER Gitlab"
,
"name"
:
"SUBPROJECT REGISTER Gitlab"
,
=======
"name"
:
"SUBPROJECT GET New"
,
>>>>>>>
solve
merge
conflict
"event"
:
[
"event"
:
[
{
{
"listen"
:
"test"
,
"listen"
:
"test"
,
...
@@ -483,7 +578,11 @@
...
@@ -483,7 +578,11 @@
" var child = Object.keys(jsonData);"
,
" var child = Object.keys(jsonData);"
,
" pm.expect(jsonData.name).to.eql(pm.environment.get(
\"
subproject
\"
));"
,
" pm.expect(jsonData.name).to.eql(pm.environment.get(
\"
subproject
\"
));"
,
" pm.expect(jsonData.tenant).to.eql(pm.environment.get(
\"
tenant
\"
));"
,
" pm.expect(jsonData.tenant).to.eql(pm.environment.get(
\"
tenant
\"
));"
,
<<<<<<<
HEAD
" pm.expect(jsonData.ltag).to.exist;"
,
" pm.expect(jsonData.ltag).to.exist;"
,
=======
" pm.expect(jsonData.ltag).to.eql(pm.environment.get(
\"
legaltag01
\"
));"
,
>>>>>>>
solve
merge
conflict
" pm.expect(jsonData.gcs_bucket).to.exist;"
,
" pm.expect(jsonData.gcs_bucket).to.exist;"
,
"});"
"});"
],
],
...
@@ -1828,6 +1927,7 @@
...
@@ -1828,6 +1927,7 @@
],
],
"body"
:
{
"body"
:
{
"mode"
:
"raw"
,
"mode"
:
"raw"
,
<<<<<<<
HEAD
<<<<<<<
HEAD
<<<<<<<
HEAD
"raw"
:
"{
\n\t\"
datasets
\"
:[
\n\t\t\"
{{path01}}/
\"
,
\n\t\t\"
{{path01}}/a/b/c/{{dataset01}}
\"
,
\n\t\t\"
{{path01}}/a/{{dataset01}}
\"
,
\n\t\t\"
{{dataset01}}
\"
,
\n\t\t\"
{{path01}}/{{dataset01}}
\"\n\t
]
\n
}"
"raw"
:
"{
\n\t\"
datasets
\"
:[
\n\t\t\"
{{path01}}/
\"
,
\n\t\t\"
{{path01}}/a/b/c/{{dataset01}}
\"
,
\n\t\t\"
{{path01}}/a/{{dataset01}}
\"
,
\n\t\t\"
{{dataset01}}
\"
,
\n\t\t\"
{{path01}}/{{dataset01}}
\"\n\t
]
\n
}"
=======
=======
...
@@ -1837,6 +1937,9 @@
...
@@ -1837,6 +1937,9 @@
"raw"
:
"{
\n\t\"
datasets
\"
:[
\n\t\t\"
/async/dsx01
\"
,
\n\t\t\"
/a/b/c/dsx02
\"
,
\n\t\t\"
async/dsx03
\"
,
\n\t\t\"
test/dsx01
\"
,
\n\t\t\"
{{path01}}/{{dataset01}}
\"\n\t
]
\n
}"
"raw"
:
"{
\n\t\"
datasets
\"
:[
\n\t\t\"
/async/dsx01
\"
,
\n\t\t\"
/a/b/c/dsx02
\"
,
\n\t\t\"
async/dsx03
\"
,
\n\t\t\"
test/dsx01
\"
,
\n\t\t\"
{{path01}}/{{dataset01}}
\"\n\t
]
\n
}"
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
=======
"raw"
:
"{
\n\t\"
datasets
\"
:[
\n\t\t\"
{{path01}}/
\"
,
\n\t\t\"
{{path01}}/a/b/c/{{dataset01}}
\"
,
\n\t\t\"
{{path01}}/a/{{dataset01}}
\"
,
\n\t\t\"
{{dataset01}}
\"
,
\n\t\t\"
{{path01}}/{{dataset01}}
\"\n\t
]
\n
}"
>>>>>>>
solve
merge
conflict
},
},
"url"
:
{
"url"
:
{
"raw"
:
"{{SVC_URL}}/dataset/tenant/{{tenant}}/subproject/{{subproject}}/exist"
,
"raw"
:
"{{SVC_URL}}/dataset/tenant/{{tenant}}/subproject/{{subproject}}/exist"
,
...
@@ -1876,6 +1979,7 @@
...
@@ -1876,6 +1979,7 @@
" });"
,
" });"
,
"};"
,
"};"
,
""
,
""
,
<<<<<<<
HEAD
<<<<<<<
HEAD
<<<<<<<
HEAD
""
""
=======
=======
...
@@ -1883,6 +1987,9 @@
...
@@ -1883,6 +1987,9 @@
" pm.expect(pm.response.text()).to.include(
\"
[-1,1021,-1,-1,1021]
\"
);"
,
" pm.expect(pm.response.text()).to.include(
\"
[-1,1021,-1,-1,1021]
\"
);"
,
"});"
"});"
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
=======
""
>>>>>>>
solve
merge
conflict
],
],
"type"
:
"text/javascript"
"type"
:
"text/javascript"
}
}
...
@@ -1906,6 +2013,7 @@
...
@@ -1906,6 +2013,7 @@
],
],
"body"
:
{
"body"
:
{
"mode"
:
"raw"
,
"mode"
:
"raw"
,
<<<<<<<
HEAD
<<<<<<<
HEAD
<<<<<<<
HEAD
"raw"
:
"{
\n\t\"
datasets
\"
:[
\n\t\t\"
{{path01}}/
\"
,
\n\t\t\"
{{path01}}/a/b/c/{{dataset01}}
\"
,
\n\t\t\"
{{path01}}/a/{{dataset01}}
\"
,
\n\t\t\"
{{dataset01}}
\"
,
\n\t\t\"
{{path01}}/{{dataset01}}
\"\n\t
]
\n
}"
"raw"
:
"{
\n\t\"
datasets
\"
:[
\n\t\t\"
{{path01}}/
\"
,
\n\t\t\"
{{path01}}/a/b/c/{{dataset01}}
\"
,
\n\t\t\"
{{path01}}/a/{{dataset01}}
\"
,
\n\t\t\"
{{dataset01}}
\"
,
\n\t\t\"
{{path01}}/{{dataset01}}
\"\n\t
]
\n
}"
=======
=======
...
@@ -1915,6 +2023,9 @@
...
@@ -1915,6 +2023,9 @@
"raw"
:
"{
\n\t\"
datasets
\"
:[
\n\t\t\"
/async/dsx01
\"
,
\n\t\t\"
/a/b/c/dsx02
\"
,
\n\t\t\"
async/dsx03
\"
,
\n\t\t\"
test/dsx01
\"
,
\n\t\t\"
{{path01}}/{{dataset01}}
\"\n\t
]
\n
}"
"raw"
:
"{
\n\t\"
datasets
\"
:[
\n\t\t\"
/async/dsx01
\"
,
\n\t\t\"
/a/b/c/dsx02
\"
,
\n\t\t\"
async/dsx03
\"
,
\n\t\t\"
test/dsx01
\"
,
\n\t\t\"
{{path01}}/{{dataset01}}
\"\n\t
]
\n
}"
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
=======
"raw"
:
"{
\n\t\"
datasets
\"
:[
\n\t\t\"
{{path01}}/
\"
,
\n\t\t\"
{{path01}}/a/b/c/{{dataset01}}
\"
,
\n\t\t\"
{{path01}}/a/{{dataset01}}
\"
,
\n\t\t\"
{{dataset01}}
\"
,
\n\t\t\"
{{path01}}/{{dataset01}}
\"\n\t
]
\n
}"
>>>>>>>
solve
merge
conflict
},
},
"url"
:
{
"url"
:
{
"raw"
:
"{{SVC_URL}}/dataset/tenant/{{tenant}}/subproject/{{subproject}}/sizes"
,
"raw"
:
"{{SVC_URL}}/dataset/tenant/{{tenant}}/subproject/{{subproject}}/sizes"
,
...
@@ -5643,15 +5754,7 @@
...
@@ -5643,15 +5754,7 @@
],
],
"body"
:
{
"body"
:
{
"mode"
:
"raw"
,
"mode"
:
"raw"
,
<<<<<<<
HEAD
"raw"
:
"{
\r\n
\"
gtags
\"
: [
\r\n
\"
{{tag1}}
\"
,
\r\n
\"
{{tag2}}
\"\r\n
]
\r\n
}
\r\n
\r\n
"
"raw"
:
"{
\r\n
\"
gtags
\"
: [
\r\n
\"
{{tag1}}
\"
,
\r\n
\"
{{tag2}}
\"\r\n
]
\r\n
}
\r\n
\r\n
"
=======
<<<<<<<
HEAD
"raw"
:
"{
\r\n
\"
gtags
\"
: [
\r\n
\"
tag1
\"
,
\r\n
\"
tag2
\"\r\n
]
\r\n
}
\r\n
\r\n
"
=======
"raw"
:
"{
\r\n
\"
gtags
\"
: [
\r\n
\"
{{tag1}}
\"
,
\r\n
\"
{{tag2}}
\"\r\n
]
\r\n
}
\r\n
\r\n
"
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
},
},
"url"
:
{
"url"
:
{
"raw"
:
"{{SVC_URL}}/dataset/tenant/{{tenant}}/subproject/{{subproject}}/dataset/{{taggedData01}}?path={{taggedPath01}}"
,
"raw"
:
"{{SVC_URL}}/dataset/tenant/{{tenant}}/subproject/{{subproject}}/dataset/{{taggedData01}}?path={{taggedPath01}}"
,
...
@@ -5752,15 +5855,7 @@
...
@@ -5752,15 +5855,7 @@
],
],
"body"
:
{
"body"
:
{
"mode"
:
"raw"
,
"mode"
:
"raw"
,
<<<<<<<
HEAD
"raw"
:
"{
\r\n
\"
gtags
\"
: [
\r\n
\"
{{tag2}}
\"
,
\r\n
\"
{{tag3}}
\"
,
\r\n
\"
{{tag4}}
\"\r\n
]
\r\n
}
\r\n
\r\n
"
"raw"
:
"{
\r\n
\"
gtags
\"
: [
\r\n
\"
{{tag2}}
\"
,
\r\n
\"
{{tag3}}
\"
,
\r\n
\"
{{tag4}}
\"\r\n
]
\r\n
}
\r\n
\r\n
"
=======
<<<<<<<
HEAD
"raw"
:
"{
\r\n
\"
gtags
\"
: [
\r\n
\"
tag2
\"
,
\r\n
\"
tag3
\"
,
\r\n
\"
tag4
\"\r\n
]
\r\n
}
\r\n
\r\n
"
=======
"raw"
:
"{
\r\n
\"
gtags
\"
: [
\r\n
\"
{{tag2}}
\"
,
\r\n
\"
{{tag3}}
\"
,
\r\n
\"
{{tag4}}
\"\r\n
]
\r\n
}
\r\n
\r\n
"
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
},
},
"url"
:
{
"url"
:
{
"raw"
:
"{{SVC_URL}}/dataset/tenant/{{tenant}}/subproject/{{subproject}}/dataset/{{taggedData02}}?path={{taggedPath02}}"
,
"raw"
:
"{{SVC_URL}}/dataset/tenant/{{tenant}}/subproject/{{subproject}}/dataset/{{taggedData02}}?path={{taggedPath02}}"
,
...
@@ -5862,15 +5957,7 @@
...
@@ -5862,15 +5957,7 @@
],
],
"body"
:
{
"body"
:
{
"mode"
:
"raw"
,
"mode"
:
"raw"
,
<<<<<<<
HEAD
"raw"
:
"{
\r\n
\"
gtags
\"
: [
\r\n
\"
{{tag1}}
\"
,
\r\n
\"
{{tag3}}
\"
,
\r\n
\"
{{tag4}}
\"
,
\r\n
\"
{{tag5}}
\"\r\n
]
\r\n
}
\r\n
\r\n
"
=======
<<<<<<<
HEAD
"raw"
:
"{
\r\n
\"
gtags
\"
: [
\r\n
\"
tag1
\"
,
\r\n
\"
tag3
\"
,
\r\n
\"
tag4
\"
,
\r\n
\"
tag5
\"\r\n
]
\r\n
}
\r\n
\r\n
"
=======
"raw"
:
"{
\r\n
\"
gtags
\"
: [
\r\n
\"
{{tag1}}
\"
,
\r\n
\"
{{tag3}}
\"
,
\r\n
\"
{{tag4}}
\"
,
\r\n
\"
{{tag5}}
\"\r\n
]
\r\n
}
\r\n
\r\n
"
"raw"
:
"{
\r\n
\"
gtags
\"
: [
\r\n
\"
{{tag1}}
\"
,
\r\n
\"
{{tag3}}
\"
,
\r\n
\"
{{tag4}}
\"
,
\r\n
\"
{{tag5}}
\"\r\n
]
\r\n
}
\r\n
\r\n
"
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
},
},
"url"
:
{
"url"
:
{
"raw"
:
"{{SVC_URL}}/dataset/tenant/{{tenant}}/subproject/{{subproject}}/dataset/{{taggedData03}}?path={{taggedPath03}}"
,
"raw"
:
"{{SVC_URL}}/dataset/tenant/{{tenant}}/subproject/{{subproject}}/dataset/{{taggedData03}}?path={{taggedPath03}}"
,
...
@@ -6360,15 +6447,7 @@
...
@@ -6360,15 +6447,7 @@
],
],
"body"
:
{
"body"
:
{
"mode"
:
"raw"
,
"mode"
:
"raw"
,
<<<<<<<
HEAD
"raw"
:
"{
\n\t\"
gtags
\"
: [
\n
\"
{{tagX}}
\"
,
\n
\"
{{tag3}}
\"
,
\n
\"
{{tag4}}
\"\n
]
\n
}"
"raw"
:
"{
\n\t\"
gtags
\"
: [
\n
\"
{{tagX}}
\"
,
\n
\"
{{tag3}}
\"
,
\n
\"
{{tag4}}
\"\n
]
\n
}"
=======
<<<<<<<
HEAD
"raw"
:
"{
\n\t\"
gtags
\"
: [
\n
\"
tagX
\"
,
\n
\"
tag3
\"
,
\n
\"
tag4
\"\n
]
\n
}"
=======
"raw"
:
"{
\n\t\"
gtags
\"
: [
\n
\"
{{tagX}}
\"
,
\n
\"
{{tag3}}
\"
,
\n
\"
{{tag4}}
\"\n
]
\n
}"
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
},
},
"url"
:
{
"url"
:
{
"raw"
:
"{{SVC_URL}}/dataset/tenant/{{tenant}}/subproject/{{subproject}}/dataset/{{taggedData03}}?path={{taggedPath03}}"
,
"raw"
:
"{{SVC_URL}}/dataset/tenant/{{tenant}}/subproject/{{subproject}}/dataset/{{taggedData03}}?path={{taggedPath03}}"
,
...
@@ -9034,15 +9113,7 @@
...
@@ -9034,15 +9113,7 @@
""
,
""
,
""
,
""
,
"pm.test(
\"
Body matches string
\"
, function () {"
,
"pm.test(
\"
Body matches string
\"
, function () {"
,
<<<<<<<
HEAD
" pm.expect(pm.response.text()).to.include((pm.environment.get(
\"
cdoTestData
\"
)) +
\"
does not exist
\"
);"
,
=======
<<<<<<<
HEAD
" pm.expect(pm.response.text()).to.include(
\"
cdoTestData does not exist
\"
);"
,
=======
" pm.expect(pm.response.text()).to.include((pm.environment.get(
\"
cdoTestData
\"
)) +
\"
does not exist
\"
);"
,
" pm.expect(pm.response.text()).to.include((pm.environment.get(
\"
cdoTestData
\"
)) +
\"
does not exist
\"
);"
,
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
>>>>>>>
Added
CI/CD
pipeline
and
updated
base
e
2
e
test
infra
for
OSDU
"});"
"});"
],
],
"type"
:
"text/javascript"
"type"
:
"text/javascript"
...
...
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