Expect build params in remote client as json
parent
d948c517a7
commit
7f70786247
|
|
@ -33,7 +33,7 @@ describe('Cloud Runner', () => {
|
||||||
const buildParameterKeys = Object.keys(buildParameter);
|
const buildParameterKeys = Object.keys(buildParameter);
|
||||||
for (const element of buildParameterKeys) {
|
for (const element of buildParameterKeys) {
|
||||||
if (buildParameter[element] !== undefined) {
|
if (buildParameter[element] !== undefined) {
|
||||||
expect(file.replace('"', '').replace('\\', '')).toContain(
|
expect(file.replace('"', '').replace('\', '')).toContain(
|
||||||
`${element}:${buildParameter[element].replace('"', '').replace('\\', '')}`,
|
`${element}:${buildParameter[element].replace('"', '').replace('\\', '')}`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue