Fixed comments for create new device where device not found while saving device_info

This commit is contained in:
Nedim
2023-09-15 07:41:39 +02:00
parent faea7f213b
commit aefa8d927b
3 changed files with 35 additions and 17 deletions

View File

@@ -59,7 +59,6 @@ func TestSaveDeviceInfofunc(t *testing.T) {
t.Fatalf("Expected no error, got %v", err)
}
// Here, ideally you'd want to check your logs to ensure the message was logged
assert.Equal(t, 200, resp.StatusCode)
})