Exemple #1
0
        public async Task GivenAUserWithExportPermissions_WhenExportResources_TheServerShouldReturnSuccess()
        {
            TestFhirClient tempClient = _client.CreateClientForUser(TestUsers.ExportUser, TestApplications.NativeClient);

            Uri contentLocation = await tempClient.ExportAsync();

            await tempClient.CancelExport(contentLocation);
        }