Skip to content

Commit

Permalink
use only reflection api tests for go tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoaguirre committed Dec 20, 2024
1 parent cb99b3c commit da20f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/tests/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type test struct {
const hostPort = "http://localhost:3100"

func TestReflectionAPI(t *testing.T) {
filenames, err := filepath.Glob(filepath.FromSlash("../../tests/*.yaml"))
filenames, err := filepath.Glob(filepath.FromSlash("../../tests/reflection_api_tests.yaml"))
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit da20f9a

Please sign in to comment.