Skip to content
Snippets Groups Projects
Commit a36adfda authored by Lars Erik Blümke's avatar Lars Erik Blümke
Browse files

changed test value for hostname

parent 718b3df5
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ public class CPUUtilizationDisplayFilterTest {
// Record data
private final long timestamp = 1L;
private final String hostname = "hostname";
private final String hostname = "test_host";
private final String cpuID = "cpu_1";
private final double user = 2.0;
private final double system = 3.0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment