Skip to content

Commit 3a054a2

Browse files
committed
test: include json content type header in cdk deploy test
1 parent a17078c commit 3a054a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

e2e/src/smoke-tests/cdk-deploy.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ async function invokeAgentCoreAgent(
109109
prompt: 'what is 3 + 5?',
110110
session_id: 'abcdefghijklmnopqrstuvwxyz0123456789',
111111
}),
112+
headers: {
113+
'Content-Type': 'application/json',
114+
},
112115
});
113116
console.log('Agent Response', await response.text());
114117

0 commit comments

Comments
 (0)