Skip to content

Commit

Permalink
issue-193: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryk-dk committed Aug 12, 2024
1 parent 24ccd2a commit f255bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ func TestDatasourceQueryRequest(t *testing.T) {
}
}

func TestDatasourceQueryREquestWithRetry(t *testing.T) {
func TestDatasourceQueryRequestWithRetry(t *testing.T) {
mux := http.NewServeMux()
mux.HandleFunc("/", func(_ http.ResponseWriter, _ *http.Request) {
t.Fatalf("should not be called")
Expand Down

0 comments on commit f255bc3

Please sign in to comment.