summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ci_test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ci_test.rs b/tests/ci_test.rs
index b65ba03..d57f5a0 100644
--- a/tests/ci_test.rs
+++ b/tests/ci_test.rs
@@ -295,7 +295,7 @@ async fn admin(api: &forgejo_api::Forgejo) -> eyre::Result<()> {
);
let key_opt = forgejo_api::CreateKeyOption {
- key: "ssh-ed25519 00000000000000000000000000000000000000000000000000000000000000000000 user@noreply.example.org".into(),
+ key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN68ehQAsbGEwlXPa2AxbAh1QxFQrtRel2jeC0hRlPc1 user@noreply.example.org".into(),
read_only: None,
title: "Example Key".into(),
};