Skip to content

Commit

Permalink
First pass at a smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
colvinco committed Feb 9, 2025
1 parent cec6024 commit 6b4f193
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public void testNodesApi() throws Exception {
canGet("/node/key");
canGet("/node/logging/levels");
canPut("/node/logging/levels", "[]");
canGet("/node/logging/messages?since=" + System.currentTimeMillis());
canGet("/node/logging/messages?since=1739116089");
canPut("/node/logging/messages/threshold", """
{
"level": "WARN"
Expand Down

0 comments on commit 6b4f193

Please sign in to comment.