Merge pull request #437 from thiswillbeyourgithub/fix_double_quote

fix: double quote
This commit is contained in:
Timothy Jaeryang Baek 2025-03-09 08:12:04 -03:00 committed by GitHub
commit d03b44e0c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -304,7 +304,7 @@ async def test_function(
"source": title,
}
],
"source": {"name": "Title of the content"", "url": "http://link-to-citation"},
"source": {"name": "Title of the content", "url": "http://link-to-citation"},
},
}
)