Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkab committed Feb 6, 2019
1 parent 095982c commit 673d4e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ func TestIntegrationCreateUpdateAndDeleteAuthentication(t *testing.T) {
Name: "httpbin-api",
Namespace: "default",
},
ServiceName: "sample-app-kfvcdftg-0",
Rules: rules,
ServiceName: "sample-app-kfvcdftg-0",
Rules: rules,
AuthenticationEnabled: true,
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func TestUpdateAuthentication(t *testing.T) {
},
ServiceName: "dummy-service",
AuthenticationEnabled: true,
Rules: Rules{},
Rules: Rules{},
}

gatewayResource, err := authentication.Update(oldDto, newDto)
Expand Down

0 comments on commit 673d4e4

Please sign in to comment.