File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,12 +117,12 @@ func TestRequest(t *testing.T) {
117117
118118// TestVariable tests request to postman-echo with variable.
119119//
120- // Set env: go test -run Request -env postman
121- // Set env for the future request too: go test -run Request -setenv postman
120+ // Set env: go test -run Variable -env postman
121+ // Set env for the future request too: go test -run Variable -setenv postman
122122func TestVariable (t * testing.T ) {
123123 gm := gostman .New (t )
124124
125- // go test -run Request /Authorization -env postman
125+ // go test -run Variable /Authorization -env postman
126126 gm .GET ("Authorization" , "https://postman-echo.com/basic-auth" , func (r * gostman.Request ) {
127127 r .Authorization (gostman .AuthBasic (
128128 gm .V ("username" ),
You can’t perform that action at this time.
0 commit comments