Skip to content

Commit

Permalink
fixup! Add a test for StartWebServer
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrews committed Apr 26, 2023
1 parent b968cf7 commit 593f0c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,4 @@ func TestStartWebServer(t *testing.T) {
if responseString != expectedResponse {
t.Errorf("Response for /settings/logstation-name was expected to be %s, but got %s", expectedResponse, responseData)
}

//TODO: Test this
// maybe start up the webserver, and test a connection to it?
}

0 comments on commit 593f0c9

Please sign in to comment.