Skip to content

Commit

Permalink
Remove unrequired tests
Browse files Browse the repository at this point in the history
  • Loading branch information
promans718 committed Oct 7, 2024
1 parent d3f17a8 commit 858b217
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions toolium/test/utils/test_dataset_replace_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,12 +440,6 @@ def test_replace_param_partial_string_with_length():
assert param == 'parameter aaaaa is string'


def test_replace_param_json():
test_json = '{"key": "value", "key_1": true}'
param = replace_param(f'[JSON:{test_json}]')
assert param == {"key": "value", "key_1": True}


def test_replace_param_replace():
param = replace_param('[REPLACE:https://url.com::https::http]')
assert param == "http://url.com"
Expand Down

0 comments on commit 858b217

Please sign in to comment.