update generated content

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-04-17 02:31:57 +02:00
parent 713d7298f6
commit dcd1f1fe0a
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
5 changed files with 7 additions and 8 deletions

View file

@ -7,5 +7,5 @@ test('with password and username getInputs does not throw error', async () => {
process.env['INPUT_LOGOUT'] = 'true';
expect(() => {
getInputs();
}).not.toThrowError();
}).not.toThrow();
});