FEATURE: basic UI to view user api keys

This commit is contained in:
Sam
2016-08-16 17:06:33 +10:00
parent b7cea24d76
commit 416e7e0d1e
12 changed files with 133 additions and 4 deletions

View File

@ -127,6 +127,11 @@ TXT
uri.query = ""
expect(uri.to_s).to eq(args[:auth_redirect] + "?")
# should overwrite if needed
args["access"] = "pr"
post :create, args
expect(response.code).to eq("302")
end
end