Skip to content

Commit

Permalink
Test corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
jtduffy committed Oct 3, 2024
1 parent ca9e5c5 commit 40dffff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void classGetters_returnCorrectValues() {
agentHealth.setUnhealthyStatus(AgentHealth.Status.INVALID_LICENSE);

assertEquals(startTime, agentHealth.getStartTimeNanos());
assertEquals("NR-APM-0010", agentHealth.getLastError());
assertEquals("NR-APM-001", agentHealth.getLastError());
assertEquals("Invalid license key (HTTP status code 401)", agentHealth.getCurrentStatus());
}

Expand Down

0 comments on commit 40dffff

Please sign in to comment.