Skip to content

Commit

Permalink
Fix typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Mar 3, 2025
1 parent bfa9308 commit 7c59008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gmp/commands/__tests__/user.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {createResponse, createHttp} from 'gmp/commands/testing';
import {UserCommand, transformSettingName} from 'gmp/commands/users';

describe('UserCommand tests', () => {
test('should parse auth settinngs in currentAuthSettings', () => {
test('should parse auth settings in currentAuthSettings', () => {
const response = createResponse({
auth_settings: {
describe_auth_response: {
Expand Down

0 comments on commit 7c59008

Please sign in to comment.