Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix authenticatedPeer fixture
Sebastian Martinez committed 2 years ago
commit a9eefd16450aaa1ee203f5d718c9789ec9aa40ec
parent 5141f3e34096747cc024c9874679f54df2ecbb63
1 file changed +1 -3
modified tests/support/fixtures.ts
@@ -162,9 +162,7 @@ export const test = base.extend<{
      "--listen",
      `${peer.httpdBaseUrl.hostname}:${peer.httpdBaseUrl.port}`,
    ]);
-
    const match = stdout.match(
-
      /Open the following URL to connect: (http:\/\/\S+)/,
-
    );
+
    const match = stdout.match(/Visit (http:\/\/\S+) to connect/);
    assert(
      match !== null && match[1],
      `Failed to get authentication URL from: ${stdout}`,