We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c40ea9 commit 110ddeaCopy full SHA for 110ddea
tests/Altinn.Broker.UseCaseTests/case_initialize.js
@@ -43,17 +43,17 @@ export default async function () {
43
44
// Cleanup test data
45
await cleanupUseCaseTestData();
46
-
47
+
48
check(null, { 'Intentional failure (force_fail)': () => false });
49
}
50
51
52
async function TC1_InitializeFileTransfer() {
53
const token = await getSenderAltinnToken();
54
check(token, { 'Sender Altinn token obtained': t => typeof t === 'string' && t.length > 0 });
55
56
- const recipient = isProduction ? __ENV.sender_org_no : __ENV.recipient_org_no;
+ const recipient = isProduction ? "orgnummerforprod" : "311167898"
57
const payload = buildInitializeFileTransferPayload(resourceId, recipient);
58
59
const headers = {
0 commit comments