Skip to content

Commit

Permalink
fix: CDR-1401 set ADMIN creds to last 2 cases as when running with SU…
Browse files Browse the repository at this point in the history
…T=TEST, these are failing
  • Loading branch information
vladislavploaia committed May 30, 2024
1 parent 0e02c66 commit 4a49471
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Suite Setup Set Library Search Order For Tests

*** Variables ***
${SUT} ADMIN-TEST
&{ADMIN_BASIC_AUTH} Authorization=Basic ZWhyYmFzZS1hZG1pbjpFdmVuTW9yZVNlY3JldFBhc3N3b3Jk


*** Test Cases ***
Expand Down Expand Up @@ -64,9 +65,11 @@ Execute Ad-Hoc Query - Admin User Creds
Send Ad Hoc Request aql_body=${test_data}

Admin Delete Composition - Admin User Creds
Set Test Variable ${authorization} ${ADMIN_BASIC_AUTH}
Set Test Variable ${versioned_object_uid} ${compo_id}
(admin) delete composition

Admin Delete Stored Query - Admin User Creds
Set Test Variable ${authorization} ${ADMIN_BASIC_AUTH}
(admin) delete stored query ${resp_qualified_query_name_version}
[Teardown] (admin) delete ehr

0 comments on commit 4a49471

Please sign in to comment.