Skip to content

Commit

Permalink
Fix store() testing in pods_test.krl
Browse files Browse the repository at this point in the history
  • Loading branch information
keylanjensen committed Apr 3, 2024
1 parent 13e1f21 commit 82d40e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pods_test.krl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ ruleset pods_test {

rule test_store_file {
select when test store_file
if (event:attrs.get("fileName")) then
pods:overwrite(event:attrs.get("originURL"), event:attrs.get("destinationURL"), event:attrs.get("fileName"), event:attrs.get("doAutoAuth"))
pods:overwrite(event:attrs.get("originURL"), event:attrs.get("destinationURL"), event:attrs.get("fileName"), event:attrs.get("doAutoAuth"))
}

rule test_overwrite_file {
Expand Down

0 comments on commit 82d40e3

Please sign in to comment.