feat: add mx login mode selection
This commit is contained in:
@@ -8,7 +8,7 @@ test('plugin metadata and packaging docs match project rules', function (): void
|
||||
assert_contains('name=mail-login', $conf);
|
||||
assert_contains('id=mail-login', $conf);
|
||||
assert_contains('type=user', $conf);
|
||||
assert_contains('version=1.0.1', $conf);
|
||||
assert_contains('version=1.0.2', $conf);
|
||||
assert_contains('user_run_as=root', $conf);
|
||||
assert_contains('/Users/marek/GPT/ChatGPT/da_plugins/mail-login/src', $packing);
|
||||
assert_contains('/Users/marek/GPT/ChatGPT/da_plugins/mail-login/archives/X.Y.Z/mail-login.tar.gz', $packing);
|
||||
@@ -37,4 +37,3 @@ test('package source excludes local-only files and dangerous placeholders', func
|
||||
}
|
||||
assert_same([], $bad);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user