Skip to content

Commit

Permalink
[ML4SE-267] fix server part tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrise2 committed Dec 20, 2023
1 parent 82f58f0 commit 793ae8f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ suspend fun HttpClient.createResearchRequest(name: String, userId: Int, descript
append("description", description)
}
append("user_id", userId.toString())
append("research_unique_id", "test")
}
)

0 comments on commit 793ae8f

Please sign in to comment.