Skip to content

Commit

Permalink
Include new attribute "affectedComponent" in test
Browse files Browse the repository at this point in the history
Signed-off-by: RBickert <[email protected]>
  • Loading branch information
rbt-mm committed Aug 7, 2023
1 parent 75f7d0d commit 0fae5e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ public void getAffectedProjectTest() throws Exception {
Assert.assertNotNull(json);
Assert.assertEquals("Project 1", json.getJsonObject(0).getString("name"));
Assert.assertEquals(sampleData.p1.getUuid().toString(), json.getJsonObject(0).getString("uuid"));
Assert.assertEquals(sampleData.c1.getUuid().toString(), json.getJsonObject(0).getString("affectedComponent"));
}

@Test
Expand Down

0 comments on commit 0fae5e8

Please sign in to comment.