mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-28 23:09:36 -04:00
Rename IsImageDebug -> IsDebugImage for consistency
This commit is contained in:
parent
dd4ccdd390
commit
fe70231f2a
5 changed files with 6 additions and 6 deletions
|
@ -381,7 +381,7 @@ func TestConfig_IsImageDebug(t *testing.T) {
|
|||
for name, tc := range testCases {
|
||||
t.Run(name, func(t *testing.T) {
|
||||
assert := assert.New(t)
|
||||
assert.Equal(tc.want, tc.conf.IsImageDebug())
|
||||
assert.Equal(tc.want, tc.conf.IsDebugImage())
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue