Fix pre-commit

This commit is contained in:
Twangboy 2025-01-15 12:18:21 -07:00 committed by Daniel Wozniak
parent 5ff2c7e2a2
commit 93acf2ee36

View file

@ -32,9 +32,10 @@ def configure_loader_modules():
"__salt__": {
"cmd.run_all": cmd.run_all,
},
}
},
}
@pytest.fixture
def temp_account():
user_name = random_string("test-account-", uppercase=False)