Skip to content

Commit

Permalink
[ci] test _config access to remote projects
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Oct 13, 2015
1 parent a1632de commit 95c0b68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/api/test/functional/interconnect_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ def test_read_and_command_tests
assert_response :success
get '/source/RemoteInstance:BaseDistro/_meta'
assert_response :success
get '/source/RemoteInstance:BaseDistro/_config'
assert_response :success
get '/source/RemoteInstance:BaseDistro/_pubkey'
assert_response :success
get '/source/RemoteInstance:BaseDistro/pack1'
Expand Down Expand Up @@ -260,6 +262,8 @@ def test_read_and_command_tests

# direct access to remote instance, not existing project/package
login_tom
get '/source/RemoteInstance:NotExisting/_config'
assert_response 404
get '/source/RemoteInstance:NotExisting/_meta'
assert_response 404
get '/source/RemoteInstance:NotExisting/pack1'
Expand Down

0 comments on commit 95c0b68

Please sign in to comment.