Skip to content

Commit

Permalink
Undo removing elements/transmission test
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad committed Jun 23, 2024
1 parent fb4abfc commit 97e2725
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/k6/tests/serviceowner/authentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ export default function () {
expectation(r);
});

// TODO: Re-enable in https://github.com/digdir/dialogporten/issues/860
// describe(`Attempt dialog transmission get ${message} token`, () => {
// let r = getSO("dialogs/" + uuidv4() + "/transmissions/" + uuidv4(), params);
// expectation(r);
// });

describe(`Attempt activity history get ${message} token`, () => {
let r = getSO("dialogs/" + uuidv4() + "/activities/" + uuidv4(), params);
expectation(r);
Expand Down

0 comments on commit 97e2725

Please sign in to comment.