Skip to content

Commit

Permalink
Remove workaround for Knative services
Browse files Browse the repository at this point in the history
  • Loading branch information
bouskaJ authored and orpiske committed Sep 3, 2020
1 parent c7a068c commit 374d90c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/user-report/UserReport.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ Feature: User report and gate-keeper component test
Given integration user-report-system should be running
And integration gate-keeper should be running
Given HTTP request timeout is 60000 ms
Given URL: http://user-report-system.${CLUSTER_WILDCARD_DOMAIN}
And wait for GET on URL http://user-report-system.${CLUSTER_WILDCARD_DOMAIN}/report/list
And wait for POST on URL http://gate-keeper.${CLUSTER_WILDCARD_DOMAIN}
Given URL: http://user-report-system.${YAKS_NAMESPACE}.svc.cluster.local
Given HTTP request header Content-Type is "application/json"
Given variable user is "user1"

Expand Down

0 comments on commit 374d90c

Please sign in to comment.