🛠 Add static analysis
This commit is contained in:
parent
931f75500f
commit
d6546e5ff9
3 changed files with 31 additions and 8 deletions
|
|
@ -14,7 +14,7 @@ func TestEmptyBaseURL(t *testing.T) {
|
|||
c := config.Config{}
|
||||
a, er := NewApp("0.0.0", c, testmocks.GetStore())
|
||||
assert.Nil(t, a)
|
||||
assert.EqualError(t, er, "Missing BaseURL")
|
||||
assert.EqualError(t, er, "missing BaseURL")
|
||||
}
|
||||
|
||||
func TestDefaultEnvironment(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue