Skip to content

Commit

Permalink
Test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bakennedy committed Nov 16, 2024
1 parent 77dd1ab commit 3530982
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ protected void setUp() throws Exception {
config = new MoesifConfiguration();
config.disableTransactionId = true;
servletOutputStream = Mockito.mock(ServletOutputStream.class);
filter = new MoesifFilter("eyJhcHAiOiIxOTg6NzQ0IiwidmVyIjoiMi4xIiwib3JnIjoiNjQwOjEyOCIsImlhdCI6MTczMDQxOTIwMH0.duHFw2GFPGinL-RL_Bv2QyvxNzwO2oqtxnieO22P2B0", config);
filter = new MoesifFilter("Your Moesif Application Id", config);
}

public void testSendEvent() throws Exception {
Expand Down

0 comments on commit 3530982

Please sign in to comment.