Skip to content

Commit

Permalink
Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilm3 committed Oct 12, 2023
1 parent c494166 commit 1aa29f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/object_filter_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ TEST(TestObjectFilter, DuplicateCachedTarget)
ddwaf::timer deadline{2s};
object_filter::cache_type cache;

ddwaf_object root, child, tmp;
ddwaf_object root;
ddwaf_object child;
ddwaf_object tmp;
ddwaf_object_map(&child);
ddwaf_object_map_add(&child, "params", ddwaf_object_string(&tmp, "paramsvalue"));
ddwaf_object_map_add(&child, "uri", ddwaf_object_string(&tmp, "uri_value"));
Expand Down

0 comments on commit 1aa29f6

Please sign in to comment.