feat: add external_sam_id field to Course struct in test cases
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -979,6 +979,7 @@ mod tests {
|
|||||||
course: Course {
|
course: Course {
|
||||||
id: course_id,
|
id: course_id,
|
||||||
organization_id: Uuid::new_v4(),
|
organization_id: Uuid::new_v4(),
|
||||||
|
external_sam_id: None,
|
||||||
title: "Test Course".to_string(),
|
title: "Test Course".to_string(),
|
||||||
description: None,
|
description: None,
|
||||||
instructor_id: Uuid::new_v4(),
|
instructor_id: Uuid::new_v4(),
|
||||||
@@ -1020,6 +1021,7 @@ mod tests {
|
|||||||
let course_with_price = Course {
|
let course_with_price = Course {
|
||||||
id: course_id,
|
id: course_id,
|
||||||
organization_id: Uuid::new_v4(),
|
organization_id: Uuid::new_v4(),
|
||||||
|
external_sam_id: None,
|
||||||
title: "Test Course".to_string(),
|
title: "Test Course".to_string(),
|
||||||
description: None,
|
description: None,
|
||||||
instructor_id: Uuid::new_v4(),
|
instructor_id: Uuid::new_v4(),
|
||||||
|
|||||||
Reference in New Issue
Block a user