Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/commit/fbe7d63a24d30a0668cbf40308d5ad8b6c3e2048 You should set ROOT_URL correctly, otherwise the web may not work correctly.

trying to fix tests.

pull/308/head
Jason Kulatunga 3 years ago
parent d718b0898b
commit fbe7d63a24

@ -186,6 +186,8 @@ func (suite *ServerTestSuite) TestUploadDeviceMetricsRoute() {
} else {
fakeConfig.EXPECT().GetString("web.influxdb.host").Return("localhost").AnyTimes()
}
fakeConfig.EXPECT().GetString("notify.level").AnyTimes().Return(pkg.NotifyLevelFail)
fakeConfig.EXPECT().GetString("notify.filter_attributes").AnyTimes().Return(pkg.NotifyFilterAttributesAll)
ae := web.AppEngine{
Config: fakeConfig,

Loading…
Cancel
Save