assertEquals("wrong sentry DSN", testDsn, dsn);
}
@Test
public void testAgentParserAndConfig() throws Exception {
final String dsn = new AgentParser("--sentry-dsn", testDsn).getAgentConfig().getSentryDsn();
assertEquals("wrong sentry DSN", testDsn, dsn);
}