Update ui/src/app/services/api/mock-app-fixures.ts

Co-authored-by: Keagan McClelland <keagan.mcclelland@gmail.com>
This commit is contained in:
Matt Hill
2021-03-05 13:45:47 -07:00
committed by Keagan McClelland
parent deb0b1e561
commit 2e3e1401f5

View File

@@ -71,7 +71,7 @@ export const bitcoinI: ApiAppInstalledFull = {
}
export const lightningI: ApiAppInstalledFull = {
id: 'lightning',
id: 'c-lightning',
lanAddress: 'lightningLan.local',
status: AppStatus.RUNNING,
title: 'C Lightning',
@@ -317,4 +317,4 @@ export const mockAppDependentBreakages: { breakages: DependentBreakage[] } = {
toServiceBreakage(bitcoinI),
toServiceBreakage(cupsA),
],
}
}