Skip to content

Commit

Permalink
Update integration-tests/helpers/fake-agent.js
Browse files Browse the repository at this point in the history
Co-authored-by: simon-id <[email protected]>
  • Loading branch information
watson and simon-id authored Aug 28, 2024
1 parent 1974ad2 commit 9fe4ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/helpers/fake-agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ function buildExpressServer (agent) {
}

if (agent._rcTargetsVersion === state.targets_version) {
// If the state hasn't changed since the last time the client asked, hyst return an empty result
// If the state hasn't changed since the last time the client asked, just return an empty result
res.json({})
return
}
Expand Down

0 comments on commit 9fe4ffb

Please sign in to comment.