Skip to content

Commit

Permalink
GRAD2-2306
Browse files Browse the repository at this point in the history
HD-21559-GRAD - P3 - GRAD is creating blank transcripts
  • Loading branch information
arybakov-cgi committed Nov 27, 2023
1 parent f9e8abc commit 3428a97
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ void testStudentTranscriptPDFByTypeByPen() throws Exception {
when(this.requestBodyMock.contentType(any())).thenReturn(this.requestBodyMock);
when(this.requestBodyMock.body(any(BodyInserter.class))).thenReturn(this.requestHeadersMock);
when(this.requestHeadersMock.retrieve()).thenReturn(this.responseMock);
when(this.responseMock.onStatus(any(), any())).thenReturn(this.responseMock);
when(this.responseMock.bodyToMono(byte[].class)).thenReturn(Mono.just(transcriptPdfSample));

when(this.tokenUtils.getAccessToken()).thenReturn("accessToken");
Expand Down

0 comments on commit 3428a97

Please sign in to comment.