Skip to content
Snippets Groups Projects
Commit 7a85806b authored by tranoris's avatar tranoris
Browse files

fix for tests

parent c45c19d8
No related branches found
No related tags found
2 merge requests!59MR for Release 2024Q4,!48Generic controller enhancement
Pipeline #10441 passed
......@@ -320,7 +320,7 @@ public class ServiceRepoServiceTest {
boolean expectedNoteExists = false;
for (Note n : noteList) {
if ( n.getText().contains("Supporting Resource changed with") && n.getAuthor().equals("API")) {
if ( n.getText().contains("Supporting Resource changed with") && n.getAuthor().equals("SIM638-API")) {
expectedNoteExists= true;
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment