forked from extern/bruno
Merge pull request #475 from Sl-Alex/bugfix/assertions-modify-value
Fix assertion value modification
This commit is contained in:
commit
051dac02cd
@ -178,7 +178,7 @@ const AssertionRow = ({
|
||||
handleAssertionChange(
|
||||
{
|
||||
target: {
|
||||
value: newValue
|
||||
value: `${operator} ${newValue}`
|
||||
}
|
||||
},
|
||||
assertion,
|
||||
|
Loading…
Reference in New Issue
Block a user