mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 07:26:55 +08:00
refactor: move hrp/ to root folder
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package sdk
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestGA4(t *testing.T) {
|
||||
ga4Client := NewGA4Client(ga4MeasurementID, ga4APISecret, false)
|
||||
|
||||
event := Event{
|
||||
Name: "hrp_debug_event",
|
||||
Params: map[string]interface{}{},
|
||||
}
|
||||
ga4Client.SendEvent(event)
|
||||
}
|
||||
Reference in New Issue
Block a user