Skip to content

Commit

Permalink
Update pods_test.krl to work with changed function names
Browse files Browse the repository at this point in the history
  • Loading branch information
keylanjensen committed Mar 20, 2024
1 parent 0069aea commit ad9e83f
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 @@ -6,7 +6,6 @@ ruleset pods_test {
rule test_connect_pod {
select when test connect_storage
pods:connectStorage(event:attrs.get("storageURL"),
event:attrs.get("webID"),
event:attrs.get("clientID"),
event:attrs.get("clientSecret"),
event:attrs.get("tokenURL"))
Expand All @@ -28,7 +27,7 @@ ruleset pods_test {
}
rule test_overwrite_file {
select when test overwrite_file
pods:overwrite(event:attrs.get("fileFileLocation"), event:attrs.get("storeLocation"))
pods:overwrite(event:attrs.get("fetchFileLocation"), event:attrs.get("storeLocation"))
}
rule test_remove_file {
select when test remove_file
Expand Down

0 comments on commit ad9e83f

Please sign in to comment.