Skip to content

Commit

Permalink
Renames test
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
  • Loading branch information
DarshitChanpura committed Apr 9, 2024
1 parent 35a7f7e commit 77608a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/backend/test/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import { addQueryParamsToURLIfAny } from '../utils';

describe('Test backend utils', () => {
it('checks isAnonymousPage', () => {
it('checks addQueryParamsToURLIfAny', () => {
const url = '/_plugins/_security/abc';

const requestObject = { foo: 'bar', por: 'que' };
Expand Down

0 comments on commit 77608a0

Please sign in to comment.