Skip to content

Commit

Permalink
add /meval to basic endpoint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Aug 9, 2018
1 parent 49e3e54 commit 15e5f29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions relay_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@ func TestRelay(t *testing.T) {
{"flags stream", "GET", "/flags", sdkKey, nil, "put", expectedFlagsData},
{"all stream", "GET", "/all", sdkKey, nil, "put", expectedAllData},
{"mobile ping", "GET", "/mping", mobileKey, nil, "ping", nil},
{"mobile stream GET", "GET", "/meval/" + base64User, mobileKey, nil, "ping", nil},
{"mobile stream REPORT", "REPORT", "/meval", mobileKey, user, "ping", nil},
}

for _, s := range specs {
Expand Down

0 comments on commit 15e5f29

Please sign in to comment.