Skip to content

Commit 8a2277d

Browse files
committed
fix(ci): fix assert links
Signed-off-by: Tarek <[email protected]>
1 parent a9823f8 commit 8a2277d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/src/coffee_httpd_integration_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ pub async fn httpd_search_list_plugins() {
346346

347347
// Assert that repository_url is the expected value
348348
assert_eq!(
349-
repository_url, "https://github.com/lightningd/plugins",
349+
repository_url, "https://github.com/tareknaser/plugins",
350350
"{:?}",
351351
repository_url
352352
);

tests/src/coffee_integration_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ pub async fn test_errors_and_show() {
270270
let result = result.unwrap();
271271
let repo_url = result.repository_url.as_str();
272272
assert_eq!(
273-
repo_url, "https://github.com/lightningd/plugins",
273+
repo_url, "https://github.com/tareknser/plugins",
274274
"{:?}",
275275
repo_url
276276
);

0 commit comments

Comments
 (0)