Skip to content

Commit

Permalink
fixed a typo that prevented a TestTokenGenerator.js from being loaded (
Browse files Browse the repository at this point in the history
…#711)

Co-authored-by: Ivar Olav Tryti <aas-iotryti@ai-dev.no>
  • Loading branch information
ivartryti and Ivar Olav Tryti authored Feb 9, 2024
1 parent 86f4f28 commit 5a9458d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Bruno/Altinn.Authorization/collection.bru
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ auth:bearer {
}

script:pre-request {
const testTokenGenerator = require("./testTokenGenerator.js");
const testTokenGenerator = require("./TestTokenGenerator.js");
}

script:post-response {
Expand Down

0 comments on commit 5a9458d

Please sign in to comment.