We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8beff commit 02db1a5Copy full SHA for 02db1a5
1 file changed
tests/server/test_integration.py
@@ -749,7 +749,7 @@ async def stream_generator():
749
b'"artifactId":"artifact-0"' in content
750
) # Check for the actual JSON payload
751
assert (
752
- b'"artifact_id":"artifact-1"' in content
+ b'"artifactId":"artifact-1"' in content
753
754
755
b'"artifactId":"artifact-2"' in content
0 commit comments