Skip to content

Commit c4874a8

Browse files
committed
e2e
1 parent c42a9fd commit c4874a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/k6/tests/serviceowner/dialogSearch.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,7 @@ export default function () {
207207
let r = getSO('dialogs/' + defaultFilter + '&EndUserId=' + invalidEndUserId + '&ServiceResource=' + auxResource);
208208
expectStatusFor(r).to.equal(200);
209209
expect(r, 'response').to.have.validJsonBody();
210-
let response = r.json();
211-
expect(response, 'response json').to.have.property("items");
212-
expect(response.items, 'items').to.have.lengthOf(0);
210+
expect(r.json(), 'response json').not.to.have.property("items");
213211
})
214212

215213
describe("Cleanup", () => {

0 commit comments

Comments
 (0)