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(
|
handleAssertionChange(
|
||||||
{
|
{
|
||||||
target: {
|
target: {
|
||||||
value: newValue
|
value: `${operator} ${newValue}`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
assertion,
|
assertion,
|
||||||
|
Loading…
Reference in New Issue
Block a user