Skip to content
Snippets Groups Projects
Commit 8772d52a authored by Christoph Alt's avatar Christoph Alt
Browse files

fixed typing in the datapoint test

parent 212cd5c1
No related merge requests found
Pipeline #42696 passed with stage
in 20 seconds
......@@ -4,8 +4,8 @@ test_dict = {
"timestamp": int(time.time()),
"tag_1key": "tag_1value",
"tag_2key": "tag_2value",
"field_1key": "field_1value",
"field_2key": "field_2value",
"field_1key": 1.2,
"field_2key": 2,
"neither_1key": "neither_1value",
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment