Skip to content

Commit 9e06e52

Browse files
author
Philipp Karlsson
committed
extending insight sdk get attribute values
1 parent a8b7272 commit 9e06e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-insight-client/kotlin-insight-client-test-sdk/src/test/kotlin/it/InsightSdkClientTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class InsightSdkClientTest : InsightClientTest() {
7070
AttributeValueTestData("INT", 47, 117, "", null, 1, 10, listOf("1")),
7171
AttributeValueTestData("FLOAT", 47, 118, "", null, 1, 10, listOf("1.0")),
7272
AttributeValueTestData("DATE", 47, 119, "", null, 1, 10, listOf("1/Jan/25")),
73-
AttributeValueTestData("DATETIME", 47, 120, "", null, 1, 10, listOf("01/Jan/25 11:00 AM")),
73+
AttributeValueTestData("DATETIME", 47, 120, "", null, 1, 10, listOf("31/Dec/24 11:00 PM")),
7474
AttributeValueTestData("URL", 47, 121, "", null, 1, 10, listOf("http://localhost:0001/")),
7575
AttributeValueTestData("EMAIL", 47, 122, "", null, 1, 10, listOf("[email protected]")),
7676
AttributeValueTestData("TEXTAREA", 47, 123, "", null, 1, 10, listOf("<p>TEXTAREA_1</p>")),

0 commit comments

Comments
 (0)