Skip to content

Commit 2101155

Browse files
committed
Fix integration test include for renamed createComment response model
1 parent 5334393 commit 2101155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/sso_integration_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "FastCommentsClient/ApiException.h"
1212
#include "FastCommentsClient/model/CommentData.h"
1313
#include "FastCommentsClient/model/CreateCommentParams.h"
14-
#include "FastCommentsClient/model/SaveComment_200_response.h"
14+
#include "FastCommentsClient/model/SaveCommentsResponseWithPresence.h"
1515
#include <chrono>
1616
#include <cstdlib>
1717
#include <string>

0 commit comments

Comments
 (0)