Skip to content

Commit

Permalink
fix failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Sep 18, 2024
1 parent f032680 commit e7235dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void logApiRequest() {
jsce.setId(event.getId());
assertEquals(event, jsce);

assertEquals("local", event.getEnvironment());
assertEquals("ab2d-dev", event.getEnvironment());
assertTrue(event.getId() > 0);
assertEquals(event.getId(), jsce.getId());
assertEquals("laila", event.getOrganization());
Expand Down

0 comments on commit e7235dd

Please sign in to comment.