summaryrefslogtreecommitdiff
path: root/integrationtests/dmap_test.go
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2021-12-21 15:14:02 +0000
committerPaul Buetow <pbuetow@mimecast.com>2021-12-21 15:14:02 +0000
commita44a29ffe558591b2f1e081fedaee2b88f40923f (patch)
tree893264119c70896ff0d232b1d1303640b4f6817c /integrationtests/dmap_test.go
parent551c63d9166c72d852a2c05149af8b1b3a68405f (diff)
adjust integration tests to reflect the last datetime string change
Diffstat (limited to 'integrationtests/dmap_test.go')
-rw-r--r--integrationtests/dmap_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrationtests/dmap_test.go b/integrationtests/dmap_test.go
index 34dab24..d466d9f 100644
--- a/integrationtests/dmap_test.go
+++ b/integrationtests/dmap_test.go
@@ -24,7 +24,7 @@ func TestDMap1(t *testing.T) {
"group by $hostname where lifetimeConnections >= 3",
"c": "from STATS select count($line),last($time)," +
"avg($goroutines),min(concurrentConnections),max(lifetimeConnections) " +
- "group by $hostname where $time eq \"20211002-071949\"",
+ "group by $hostname where $time eq \"1002-071949\"",
"d": "from STATS select $mask,$md5,$foo,$bar,$baz,last($time)," +
" set $mask = maskdigits($time), $md5 = md5sum($time), " +
"$foo = 42, $bar = \"baz\", $baz = $time group by $hostname",