diff --git a/api/src/test/java/ca/bc/gov/educ/api/batchgraduation/util/RestUtilsTest.java b/api/src/test/java/ca/bc/gov/educ/api/batchgraduation/util/RestUtilsTest.java index 2ad28a6f..33564a4d 100644 --- a/api/src/test/java/ca/bc/gov/educ/api/batchgraduation/util/RestUtilsTest.java +++ b/api/src/test/java/ca/bc/gov/educ/api/batchgraduation/util/RestUtilsTest.java @@ -1364,7 +1364,7 @@ public void testupdateStudentGradRecordHistory() { when(this.responseMock.onStatus(any(), any())).thenReturn(this.responseMock); when(this.responseMock.bodyToMono(GraduationStudentRecord.class)).thenReturn(Mono.just(rec)); - this.restUtils.updateStudentGradRecordHistory(studentID,batchId,accessToken, userName); + this.restUtils.updateStudentGradRecordHistory(batchId,accessToken, userName); assertNotNull(rec); }