Skip to content

Commit

Permalink
geldige_actor boolean behalve in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cedrikv committed Dec 11, 2024
1 parent e358315 commit 5ba8b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/OeActorWidget.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ describe('OeActorWidget', () => {
cy.get('@dataGet').then((interception) => {
expect((interception as unknown as Interception).request.query).to.deep.equal({
type: 'foaf:Organization',
geldige_actor: true,
geldige_actor: 'true',
});
});
});
Expand Down

0 comments on commit 5ba8b0f

Please sign in to comment.