feat: add external_sam_id field to Course struct in test cases

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-28 17:46:48 -04:00
parent 16e93bdf26
commit 894d78ca6a
+2
View File
@@ -979,6 +979,7 @@ mod tests {
course: Course {
id: course_id,
organization_id: Uuid::new_v4(),
external_sam_id: None,
title: "Test Course".to_string(),
description: None,
instructor_id: Uuid::new_v4(),
@@ -1020,6 +1021,7 @@ mod tests {
let course_with_price = Course {
id: course_id,
organization_id: Uuid::new_v4(),
external_sam_id: None,
title: "Test Course".to_string(),
description: None,
instructor_id: Uuid::new_v4(),